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
What are the 5 major parts of a database system?
Explain the Logical Schema of Database
How big is a big database?
What are the integrity rules in dbms?
What is database normalization with example?
Define "correlated subqueries".
Describe the difference between homogeneous and heterogeneous distributed database.
What is an extensible database?
What is 1nf 2nf 3nf in dbms?
How to implement a database management system?
What is the use of CONSTRAINTS option in EXP command ?
When the SYSTEM TABLESPACE can be made off-line ?