How can you get the alternate records from the table in the sql?
What is the benefit of database?
How many types of data are there?
What are the different kind of export backups ?
What is a relation schema?
What do database languages do?
What is data modelling techniques?
Define the relationship between ‘view’ and ‘data independence’.
Define cursor and its types.
What are the steps involved in Database Startup ?
If you need to refresh a website page every time a record is updated in database, how would you do it?
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?
What do you mean by buffer manager?