What is cartesian join in 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 a file delimiter?
How to copy a table in another table with datas?
what is bulk bind
a procedure one in two out parameters i am waiting it in a sql query can i get the output
What is composite data type in pl sql?
what is the difference between char_length and length? : Sql dba
i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.
what is row? : Sql dba
What is pivot in sql?
How do you concatenate in sql?
Explain the the update statement in sql?