English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-02-06 02:08:50 · 3 answers · asked by Anonymous in Computers & Internet Software

3 answers

1. DBMS includes the theoritical part that how data are stored in a table.It does not relates tables with another. While RDBMS is the procedural way that includes SQL syntaxes for relating tables with another and handling data stored in tables.
2. RDBMS can maintain many users at same time while dbms not.
3. In RDBMS is relation is more important than object itself while DBMS entity is more important.
4. DBMS has no tables while rdbms has and also it describes
about the relationships among the tables.
5. DBMS for small organizations where rdbms for large amount of data.

2007-02-06 04:21:45 · answer #1 · answered by rohit k 3 · 0 0

DBMS(Database Management System) is an application software which manages our database in the computer for example Oracle, Linux, etc. where as RDBMS(Relational Database Management System) is a database model through which data's are kept in tabular form. It is the only model in which data's are kept in tabular form and it is very conveniet and easy to use and that's why it is widely used.
DBMS is an application software as a whole whereas RDBMS is a part of DBMS i.e. it is one of the model of DBMS.

2007-02-06 02:29:37 · answer #2 · answered by Raunaq S 3 · 0 0

1. DBMS is a software system that enables users to define , create,maintain and control access to the data base. It provids data definition lang, Data manipulation lang. Data base may may be written in any format.

2. RDBMS is a relation(table) database managment system where data base is written in a form of a table or matrix. Table has heading called name of table or relation with attributes or fields, which are the column headings. Each row is called tuple or record.

2007-02-06 04:56:47 · answer #3 · answered by sushil 1 · 0 0

fedest.com, questions and answers