Answer Posted / kd
Each client process connects to a dedicated server process.
The server process is not shared by any other client -- one
server process to one user process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I access my database remotely?
Have you written applications to retrieve stored images in a table?
What is a database report?
What are the different types of keys in database?
Explain a database server?
Explain a checkpoint and when does it occur?
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 is a checkpoint and When does it occur in database?
Who proposed the relational model?
What is a degree of relation?
What is cold backup, hot backup, warm backup recovery?
What do you understand by data model?
What are stored-procedures? And what are the advantages of using them.
How do you rename a database?
Enlist some commands of dcl?