What is an Index ? How it is implemented in Oracle Database ?
Answer Posted / guest
Index is an Oracle SQL object which we create to speed up
the query performance.
It is created automatically on those columns which contains
primary key or unique key.
We can also create the index manually by using create index
command.
Max 16 indexes can be defined per table.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
How to define a record variable to store a table row?
How to create a new table by selecting rows from another table?
Give the advantages and disadvantages of clusters.
Will you be able to store pictures in the database?explain.
How to load a large xml file?
what is meant by magic query
What are the data types in oracle?
What privilege is needed for a user to connect to oracle server?
What is a snapshot in oracle database?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
What is oracle datasource?
How do I connect to oracle?
What language does oracle use?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards