What is an Index ? How it is implemented in Oracle Database ?
Answer Posted / sawant
An index is a database structure used by the server to
have direct access of a row in a table.
An index is automatically created when a unique of primary
key constraint clause is specified in create table comman
(Ver 7.0)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to loop through data rows in the implicit cursor?
Respected sir, Please send me technical questions related to oracle apps..
How to delete a column in an existing table?
What is a procedure in oracle?
How to add another datafile to a tablespace?
What is a system tablespace and when it is created?
How different is ms access and oracle?
What is columnar storage what is the advantage?
What are the restrictions in a oracle read only transaction?
How do I uninstall oracle 11g?
What is the order of defining local variables and sub procedures/functions?
How many categories of data types in oracle?
How to connect to a remote server?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
Explain what are synonyms used for?