What are tables in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

what are myisam tables? : Sql dba

0 Answers  


Can we use ddl statements in stored procedure?

0 Answers  


Does mysql_real_escape_string prevent sql injection?

0 Answers  


how to insert values like 10:10:00,30:25:00 etc.into table after insert how can i sum the above insert values to get the result as 40:35:00

3 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 an alias command? : Sql dba

0 Answers  


how can you create an empty table from an existing table? : Sql dba

0 Answers  


What is raid? How does it help storage of databases?

0 Answers  


What normalization means?

0 Answers  


Why join is faster than subquery?

0 Answers  


what is the sql query to display current date? : Sql dba

1 Answers  


What is different between union and minus?

7 Answers   Accenture, TCS,


Categories