How delete all records from table in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

how will i became good database developer?

1 Answers  


How do you concatenate 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 pl sql script?

0 Answers  


how to fetch alternate records from a table? : Sql dba

0 Answers  






What is a pdo connection?

0 Answers  


What are the two types of cursors in pl sql?

0 Answers  


What is pragma in pl sql?

0 Answers  


what is pragma ?

1 Answers   Polaris,


what is the order of pre-defined exceptions.

6 Answers   TCS,


how to get help information from the server? : Sql dba

0 Answers  


Give an example of any procedure.

5 Answers   Accenture, iFlex, Wipro,


Categories