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

Define join and enlist its types.

0 Answers  


Explain about the properties of cursors?

0 Answers  


What is sql in database management system?

0 Answers  


what is the use of EXP command ?

2 Answers  


can Constraints cannot be exported through EXPORT command ?

2 Answers   Grasim, Oracle, Suvidha,


Are Constraints exported through Export command?

1 Answers  


Can you explain the select into statement?

0 Answers  


How do you create a blank database?

0 Answers  


What are some of the important security features of a dbms?

0 Answers  


What is Full Backup ?

3 Answers  


What do you understand by functional dependency and transitive dependency in dbms?

0 Answers  


Explain the different types of constraints in dbms?

0 Answers  


Categories