How many commands are in sql?
How do you remove duplicate records from a table?
Types of locks in database ?
How to select all records from the table?
What are conditional predicates?
What does (+) mean in sql joins?
What are local and global Indexes and where they are useful.
how can we find the select statement is indexed or not?
what is the difference between delete and truncate statement in sql? : Sql dba
What is window clause?
what is the difference between cursor FETCH and FOR LOOP ?
3 Answers CG-VAK, Tech Mahindra,
What are all the different types of indexes?
type type_name is table of varchar2(30) index by binary_integer for the above type you have to create a identifier... like identifier_name type_name; for the above type you can use the below methods..like first , last , prior, next , delege..etc...like this.. if you create a cursor...like cursor cursor_name is select * from scott.emp; is there any methods like above to use prior, fist , last , next , trim ,etc...