How do you update sql?


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

Post New Answer

More SQL PLSQL Interview Questions

Mention what is the function that is used to transfer a pl/sql table log to a database table?

0 Answers  


What is sql partition?

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 are the uses of merge?

0 Answers  


Q1.all the depts which has more then 10 empls? Q2.all the dept which does not have any emply? Q3 all the emp which does not have any dept? Q4 get all the emply detais with the dept details it dept is exit otherwise any emp details? Q5 how to debugg the dynamic sql and packages?

2 Answers  






How do I clear the screen in sql plus?

0 Answers  


what eliminate duplicate without using roenum and not

5 Answers   Matrix,


Write the order of precedence for validation of a column in a table ?

2 Answers  


What is an exception in PL/SQL? What are the two types of exceptions?

0 Answers  


Why do we use cursors?

0 Answers  


explain mysql aggregate functions. : Sql dba

0 Answers  


What are the types of records?

0 Answers  


Categories