Online Drop Sequence eLearning Training
From Serebra Learning Corporation
Oracle9i SQL: DML and DDL


The Oracle SQL DML and DDL course is the third in a three-part series covering the Data Manipulation and Data Definition language statements supported by Oracle9i. This course introduces the participants to various objects in a database. The participants learn to create, update, and delete the database objects. The participants also learn to add rows, update, and delete existing rows from a table.
more...
From 123-CBT Computer Based Training
Oracle SQL Specifics Creating and Managing Database Objects

...ement to extend the maximum value of a sequence.
Use the DROP SEQUENCE statement to remove a sequence from the data dictionary.
Match index types to their descriptions.
Use the CREATE INDEX statement to create an index.
Query the USER_IND_COLUMNS view in the data dictionary to display all indexes and the effected column names.
Use the DROP INDEX statement to remove an index from the data
more...
