How many tables can a sql database have?
No Answer is Posted For this Question
Be the First to Post Answer
How to start the command-line sql*plus?
What are the benefits of stored procedures?
What are literals in sql server?
What do you mean by dbms? What are its different types?
What is a pragma statement?
What are sql commands?
What is data profiling 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 different between union and minus?
Why partition by is used in sql?
what is the output of this query selet * from employee where 1=2 ??
Is like operator in sql case sensitive?