What cursor type do you use to retrieve multiple recordsets?
Answer Posted / indhuja
user defined cursor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is 'mysqlimport'? : Sql dba
Explain architecture of sql server notification services?
How to read xml file in oracle pl sql?
What are the string functions in sql?
how to delete an existing column in a table? : Sql dba
Why is nosql good?
how to create a new view in mysql? : Sql dba
How to write a query to show the details of a student from students table whose
What is procedure in pl sql?
What is an intersect?
How many scalar data types are supported in pl/sql?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
Is the primary key an index?
What is the maximum database size for sql express?
What is scalar and vector?