How do we know whether an index is created on a table ???
Answers were Sorted based on User's Feedback
Answer / anithaletchumi
select index_name from dba_indexes where table_name=upper
('table_name');
dba_indexes -> This view has the description for all
indexes in the database.
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / urmi
select index_name from user_indexes u where u.TABLE_NAME=upper('table_name');
| Is This Answer Correct ? | 0 Yes | 0 No |
what is a view?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
DBMS vs. RDBMS
what is primary key and foreign key when and where have to use
i must get table name, constraint type, constrain name with using concads "||" and it must be in string type, then with join processes i need code please help immidiately
Please HELP me its urgent? If i want to EXPORT data from SQL server to ORACLE 11g then how can I replicate data from SQL to ORACLE?
What is PL/SQL ?
I'm doing my final year and i ve planned to do an oracle certification , is this the rit tim nd wat's the future scope??
What do database buffers contain?
How to synchronize 2 schema's objects?
11. Display the client number and name and the client number and name of the person who referred that client.
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions