What happens to indexes if you drop a table?



What happens to indexes if you drop a table?..

Answer / Mrs Madhu

When you drop an Oracle table that has indexes, the associated indexes are not automatically dropped. You must explicitly drop the indexes using the DROP INDEX command. If you want to drop both the table and its indexes at once, you can use the DROP TABLE cascade command.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How to select some rows from a table in oracle?

1 Answers  


Which Oracle App Is Most Popular One ?

3 Answers  


How to load data from external tables to regular tables?

1 Answers  


What is bind variable in oracle 11g?

1 Answers  


Explain oracle instance.

1 Answers  


Explain the use of tables option in exp command.

1 Answers  


What is not equal to in oracle?

1 Answers  


How to assign values to variables?

1 Answers  


how to find find & delete duplicate rows from two different tables?

3 Answers   Accenture, TCS,


Give the constructs of a package, function or a procedure.

1 Answers  


Explain the use of grant option in imp command.

1 Answers  


How to define a sub function?

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)