SQA Manual
Search this site
Home
Manual Testing
SQL
General Interview Questions
Unix OS
Linux
Macintosh
Solaris
Downloads
QA Templates
RSS
>
SQL :: How to know which index a table is using?
posted
Sep 19, 2012, 11:48 PM
by Ashish Jain
SELECT table_name,index_name FROM user_constraints.
Comments