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 use of dbms?

0 Answers  


How are exceptions handled in pl/sql? Give some of the internal exceptions name?

0 Answers  


Explain what is an Exception ?

1 Answers  


What are the different levels of abstraction in the dbms?

0 Answers  


Single File Database: Develop a student record management program, which uses single file as its database. It is not supposed to create additional files at any part of the project and should never rewrite total content. It must be capable of storing 100000's of records. It should support variable length records to be added, deleted, modified, listed.

0 Answers  






What is dbms language?

0 Answers  


What is database development process?

0 Answers  


What do you understand by cursor?

0 Answers  


How can I join two tables in database?

0 Answers  


What is stored procedure in database?

0 Answers  


What is the advantage of using preparedstatement?

0 Answers  


Explain Relational Algebra in RDBMS

0 Answers   Infosys,


Categories