how to get a list of indexes of an existing table? : Sql dba



how to get a list of indexes of an existing table? : Sql dba..

Answer / Abhinav Srivastava

To obtain a list of indexes for an existing table in Oracle Database, you can use the following SQL query:n`DESCRIBE <table_name> ALL_INDXS`. This command will display details about all indexes on the specified table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How many rows can sqlite handle?

1 Answers  


What is the main difference between a UNION statement and a UNION ALL statement? 1. A UNION statement eliminates duplicate rows; a UNION ALL statement includes duplicate rows. 2. A UNION statement can be used to combine any number of queries; a UNION ALL statement can be used to combine a maximum of two queries. 3. A UNION statement can only combine queries that have parallel fields in the SELECT list; a UNION ALL statement can combine queries with differing SELECT list structures. 4. A UNION statement cannot be used with aggregate functions; a UNION ALL statement can be used with aggregate functions. 5. There is no difference between the two statements; they are interchangeable.

2 Answers   Saman Bank, Sonata,


function can return value ,procedure also return value through out parameter then what is the difference?

3 Answers   3i Infotech,


How to handle bulk data?

1 Answers  


What is Difference Between Unique and Primary Key Constraints?

1 Answers   Wipro,


What is a natural join?

1 Answers  


What is difference between function and trigger?

1 Answers  


What is foreign key and example?

1 Answers  


Is foreign key mandatory?

1 Answers  


How do you optimize SQL queries ?

6 Answers   CarrizalSoft Technologies, Infosys, Oracle,


Explain architecture of sql server notification services?

1 Answers  


How do I save a sql query?

1 Answers  


Categories