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 are the 5 major parts of a database system?

0 Answers  


Explain the Logical Schema of Database

0 Answers   HCL,


How big is a big database?

0 Answers  


What are the integrity rules in dbms?

0 Answers  


What is database normalization with example?

0 Answers  






Define "correlated subqueries".

0 Answers  


Describe the difference between homogeneous and heterogeneous distributed database.

0 Answers  


What is an extensible database?

0 Answers  


What is 1nf 2nf 3nf in dbms?

0 Answers  


How to implement a database management system?

0 Answers  


What is the use of CONSTRAINTS option in EXP command ?

1 Answers  


When the SYSTEM TABLESPACE can be made off-line ?

2 Answers  


Categories