what is the difference between DBMS and RDBMS??
Answer Posted / priyank
1. In DBMS Normalization process will be not be present and in RDBMS normalization process will be present to check the database table consistency.
2. DBMS is a collection of programs which allows a user to create and maintain a database RDBMS is the reserve for DBMS .RDBMS helps in recovery of the database in case of loss of database due to system failure or any other reason.
3. DBMS, client server concept is not present. RDBMS, client server architecture is present
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of normalization in dbms?
What do database languages do?
What is actional flow mapping?
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?
i have all the Oracle Certification material from 1z0-001 to 1Z0-643, if required just drop me a mail to: summi4you@yahoo.co.in
Have you heard about sixth normal form?
What is sql rdbms?
In which format image is stored in database?
What is ddl in dbms?
Describe reporting lifecycle?
What is authorization and integrity manager?
Differentiate nested loop, hash join and merge join.
What is database partition key?
Can you drop all the columns of a table ?
What does partition mean in database?