define join and explain different type of joins? : Sql dba
Which is better varchar or nvarchar?
What does trigger mean in slang?
Can you skip header records while loading? : aql loader
Explain the advantages and disadvantages of stored procedure?
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...
How to assign sql query results to pl sql variables?
What is the use of function "module procedure" in pl/sql?
what are sequences
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
How to read/write files from pl/sql?
What do you think about pl/sql?
explain about mysql and its features. : Sql dba
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is oracle sql called?