how can we find the select statement is indexed or not?
Answer Posted / tushar
SELECT * FROM ALL_INDEXES
WHERE OWNER = 'MYUSERNAME' AND TABLE_NAME ='MYTABNAME' AND INDEX_NAME = 'MY_IND_NAME'
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is triggering circuit?
What packages(if any) has oracle provided for use by developers?
What are the different types of joins in sql?
Explain some predefined exceptions.
Why do we use %rowtype & %type in plsql?
What's the procedure?
Explain how to use transactions efficiently : transact sql
What is record variable?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
How would you reference column values before and after you have inserted and deleted triggers?
What are the different datatypes available in PL/SQL?
Is it possible to create startup or shutdown trigger for on-schema?
What are predefined functions in sql?
How do temporal tables work?
What are the query optimization techniques?