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?
Define join and enlist its types.
Explain about the properties of cursors?
What is sql in database management system?
what is the use of EXP command ?
can Constraints cannot be exported through EXPORT command ?
2 Answers Grasim, Oracle, Suvidha,
Are Constraints exported through Export command?
Can you explain the select into statement?
How do you create a blank database?
What are some of the important security features of a dbms?
What is Full Backup ?
What do you understand by functional dependency and transitive dependency in dbms?
Explain the different types of constraints in dbms?