how to get a list of all tables in a database? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

What are the types of index in sql?

0 Answers  


Does group by remove duplicates?

0 Answers  


Do prepared statements prevent sql injection?

0 Answers  


What is PL/SQL table ?

6 Answers  


declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?

3 Answers   Oracle,






What are the Restrictions on Cursor Variables?

2 Answers  


What are the various levels of constraints?

0 Answers  


Can a view be updated/inserted/deleted?If Yes under what conditions?

3 Answers  


Name three sql operations that perform a sort.

0 Answers  


what is online transaction processing (oltp)? : Sql dba

0 Answers  


Can you load data into multiple tables at once? : aql loader

0 Answers  


how a reference cursor works?what all adnvantages are gained with it..specify the situation?

4 Answers   TCS,


Categories