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 the difference between unique and primary key

5 Answers  


i need query for displaying the eno,ename in a table from row 2 to row 5

1 Answers  


What is the full meaning of dbms?

0 Answers  


What are the properties of a database?

0 Answers  


What are the basic elements of Base configuration of an oracle Database ?

1 Answers  


5) Which acid property will effect when we use commit in trigger?

3 Answers  


What the default privileges which get assigned ?

0 Answers  


What is a DATABLOCK ?

2 Answers  


What is tuple with example?

0 Answers  


Why do we need database management?

0 Answers  


What are the functions of database management system?

0 Answers  


Can we pass RECORD GROUP between FORMS ?

1 Answers  


Categories