How to create a table index?



How to create a table index?..

Answer / Rajendra Prasad Meena

"To create an index on a table, use the CREATE INDEX statement with the name of the index, the name of the table, and the column or columns to be indexed. For example: CREATE INDEX idx_name ON table_name (column_name)."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How many file formats are supported to export data?

1 Answers  


How many types of tables supported by oracle?

1 Answers  


How to rollback the current transaction in oracle?

1 Answers  


What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?

4 Answers   Microsoft, Wipro,


How to rename an index in oracle?

1 Answers  


What are the types of trigger in oracle?

1 Answers  


What is the usage of analyze command in oracle?

1 Answers  


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1 Answers  


Explain the use of consistent option in exp command.

1 Answers  


Explain enable novalidate constraint.

1 Answers  


How to write a query with a right outer join in oracle?

1 Answers  


What happens to indexes if you drop a table?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)