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 disadvantage in file processing system?
What is the instance of a relation?
Define identity and uniqueidentifier property of column?
Can an Alert message be changed at runtime ?
describe middleware applications that ease the connection of databases to web?
How do I keep my database up to date?
What does partition mean in database?
When a form is invoked with CALL_FORM does Oracle forms issues?
What is unique key in dbms?
Why rdbms is called relational?
What is the difference between Memory_target and Memory_max_target? Why its required to resize these parameter?
How can we tune a oracle database if log file sync issue comes
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)