what is a table 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 is 'trigger' in sql? : Sql dba

0 Answers  


What are triggers in sql?

0 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 is range partitioning?

0 Answers  


How to maintain the history of code changes of pl/sql?

3 Answers  






how are mysql timestamps seen to a user? : Sql dba

0 Answers  


Is grant a ddl statement?

0 Answers  


What is a constraint. Types of constraints ?

5 Answers   Accenture, BirlaSoft,


How does a self join work?

0 Answers  


Explain the components of sql?

0 Answers  


What are the types of SQL Statement?

3 Answers  


How run sql*plus commands that are stored in a local file?

0 Answers  


Categories