How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What is a pl/sql block?
What is having clause in sql?
What are variables in pl sql?
How many rows can sqlite handle?
What is sql resultset?
Can you sum a count in sql?
how to use myisamchk to check or repair myisam tables? : Sql dba
Why do we use sqlite?
How do I sort a table 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...
Can instead of triggers be used to fire once for each statement on a view?
What are different types of triggers?
What are the various levels of constraints?
How do I install sql?