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 types of database servers?
What is unique key in dbms?
What is the example of rdbms?
How to do replication of firebird databases?
What methods is used to commit the changes made in DataSet object?
0 Answers Petranics Solutions,
Where the Databases overall structure is maintained ?
What is the use of drop command and what are the differences between drop, truncate and delete commands?
What are the advantages of dbms?
What are the features of dbms?
Why is group-clause used?
Explain what is a deadlock and mention how it can be resolved?
When connection to database is failed, Which exception will be thrown?
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)