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 is a Database Schema and Why is It Important?
Mention some advantages of using dbms.
Explain the different types of languages that are available in the dbms?
What is metadata and why should I use it?
What is Mirrored on-line Redo Log ?
What are views in dbms?
When is functional dependency said to be the fully functional dependency?
What is the Structural difference between bitmap and b-tree index ?
What is dbms and types of dbms?
Explain what is meant by asymmetrical protocols?
What is tuple in dbms?
What is data example?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)