How do you update f as m and m as f from the below table testtable?


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

Post New Answer

More SQL PLSQL Interview Questions

What is cursor and why it is required?

0 Answers  


what is a relationship and what are they? : Sql dba

0 Answers  


Can a view be mutating? If yes, then how?

0 Answers  


what is unique key constraint? : Sql dba

0 Answers  


What are the rules to be applied to nulls whilst doing comparisons?

0 Answers  






what are local and global variables and their differences? : Sql dba

0 Answers  


can i use dbms_output.put_line in a function u are telling as return statement

7 Answers  


what is the use of HASH, LIST partitions?

1 Answers   ITC Infotech,


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 dml statement?

0 Answers  


Explain the the delete statements in sql?

0 Answers  


what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba

0 Answers  


Categories