IF Statements
BLOCK 1
.
IF a >= b THEN
do_this …..;
ELSE
do_that….;
END IF
BLOCK 2
.
IF a < b THEN
do_that …..;
ELSE
do_this….;
END IF;
• Given any pair of non-NULL values for “a” and”b”,
will Block 1 and Block 2 do the same thing?
• What if either “a” or”b” (or both) is NULL?


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

Post New Answer

More Database Management Interview Questions

What is 2nf and 3nf?

0 Answers  


What are the steps involved in Instance Recovery ?

1 Answers   ibcs primax,


What database should I learn first?

0 Answers  


What is the importance of database in an organization?

0 Answers  


Explain the Difference Between a Primary Key and a Foreign Key.

1 Answers  


What is cold backup and hot backup (in case of oracle)?

0 Answers  


Enlist the disadvantages of query.

0 Answers  


What is the use of SHOW option in IMP command ?

1 Answers  


What do you mean by dml compiler?

0 Answers  


What is database definition (dbd)?

0 Answers  


What are the objectives of rdbms?

0 Answers  


What are the differences between hash join, merge join and nested loops?

0 Answers  


Categories