InterviewSolution
Saved Bookmarks
| 1. |
Define Database Management System (dbms) And Rdbms. |
|
Answer» DBMS is a PROGRAM that defines the RULES for data storage and retrieval. RDBMS is a special type of DBMS that stores the data in the RELATIONAL FORMAT as described in the relational theory by E.F. Codd. DBMS is a program that defines the rules for data storage and retrieval. RDBMS is a special type of DBMS that stores the data in the relational format as described in the relational theory by E.F. Codd. |
|