What are inbuilt functions in sql?
Can you do multiple joins in sql?
what are the properties and different types of sub-queries? : Sql dba
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
What is the difference between microsoft access and sql server?
How do I truncate a sql log file?
How to run sql commands in sql*plus?
What sql does db2 use?
What are properties of the transaction?
Explain the steps needed to create the scheduled job?
Can you upgrade sql express to full sql?
What is scalar function in sql?
how to use case expression? : Sql dba
How do I find duplicates in sql?
What is rename in sql?