How many tables can a sql database have?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

How to start the command-line sql*plus?

0 Answers  


What are the benefits of stored procedures?

0 Answers  


What are literals in sql server?

0 Answers  


What do you mean by dbms? What are its different types?

0 Answers  


What is a pragma statement?

0 Answers  






What are sql commands?

0 Answers  


What is data profiling in sql?

0 Answers  


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...

0 Answers   Satyam,


What is different between union and minus?

7 Answers   Accenture, TCS,


Why partition by is used in sql?

0 Answers  


what is the output of this query selet * from employee where 1=2 ??

11 Answers  


Is like operator in sql case sensitive?

0 Answers  


Categories