What is recursive stored procedure?
Is sql a case sensitive language?
what is the difference between $message and $$message? : Sql dba
How can you create an empty table from an existing table?
how to load data with out header and footer records in a database using sql*loader? pls tell me the answer urgently
Can we use pl sql in sql server?
Explain ddl statements in pl/sql?
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 result, when NULL is compared with NULL?
What are different types of tables in sql?
Difference between truncate, delete and drop commands?
What is crud diagram?
What is auto increment feature in sql?