background image
<< Deleting an Existing Data Record | Creating Indexes >>
<< Deleting an Existing Data Record | Creating Indexes >>

Indexing Tables

Creating and Using Tables
Creating and Using Database Objects 3-17
5.
Click the Commit Changes icon.
6.
Review and close the Data Editor Log window.
You have now removed a row from the
performance_parts
table.
Indexing Tables
When you define a primary key on a table, Oracle Database implicitly creates an index
on the column that contains the primary key. For example, you can confirm that an
index was created for the
evaluations
table on its primary key, by looking at its
Indexes
pane.
See Also:
Oracle Database SQL Developer User's Guide