What are the basic components of notification services?
What are the various kinds of interactions catered by dbms?
what are the different integrity rules present in the dbms?
What is hashing in dbms?
What are the basic functions of a database?
How to activate all indexes in firebird?
What do you mean by durability in dbms?
What is use of dbms?
What do you understand by data independence?
Explain what is a deadlock and mention how it can be resolved?
What is a distributed database system?
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?
Is there some bulk load or other way to import a lot of data fast?
Who is end user in database?
What is tuple in dbms?