what is the difference between DBMS and RDBMS??
Answers were Sorted based on User's Feedback
Answer / nics oberoy
DBMS IS A DATABASE MANAGEMENT SYSTEM MEANS IT IS A SYSTEM
FOR MANAGING DATA.AND RDBMS IS A RELATIONAL DATABASE
MANAGEMENT SYSTEM BASED ON RELATION(TABLES).IN RDBMS DATA
IS STORED IN A TABULER FORMAT(ROW & COLUMN).
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sudharshan
DBMS refers to database management systems and it only create and maintain system data and maintain it, it doesn't solve any problems will occur in that.
look at the RDBMS it creates and maintain the sysem information and also it solves the problems.so RDBMS is more efficient than DBMS.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / snehal salunkhe
DBMS:
1. In DBMS no relationship concept.
2. It supports single user only.
3. It treats data as files internally.
4. It supports 3 rules of E.F.CODD out off 12 rules.
5. It requires low softwere and hardware requirements
eg.FOXPro,IMS
RDBMS:
1. It is used to establish the relationship concept between
two database objects i.e.table
2. It supports multiple users.
3. It treads data as table internally.
4. It supports minimum 6 rules of E.F.CODD
5. It requires high software and hardware requirements.
e.g. SQL-server,Oracle
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishna.m
Data Base Provides the user with the process of
defining,constructing and manipulating the Data Base for
various applications.where as RDBMS is a Structured Data
Base of Tables,Fields and Records.
Kisna Mangol
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ajit singh
DBMS: Its the relation between two files.
RDBMS:Its the relation between two & follow 12 rules of Codd
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aravindh s
DBMS:
*Doesn't support multi user access.
*Flat data access
*Single user support
*It treats Data as Files internally
FoxPro, IMS are Examples
RDBMS:
1)Support relationship concept
2)It supports multiple users
3)It treats data as Tables internally
SQL-Server, Oracle are examples
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amita singh
DBMS is collection of interrelated data & set of programs
to access those data.The goal of a dbms is to provide a way
to store & retrieve dB information that is both efficient &
convenient.
RDBMS is dbms that is based on relational model.RDBMS store
data in form of tables.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / subhrajyoti mallick
DBMS:
A Database is a well-organized collection of data following
a particular architecture and should support an efficient
data storage and retrieval mechanism.
RDBMS:
The database which is used by relations(tables) to
acquire information retrival are known as RDBMS
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jana
dbms is used for only the small amount of the date.
rdbms is used for the large amount of the data.
security is more in the rdbms when compared with the dbms
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / george
dbms means database management system.
rdbms mens relational database management system.
Is This Answer Correct ? | 0 Yes | 0 No |
What are records and fields in a database?
What is a Built_in subprogram ?
what do u mean by canvases and alerts?
What are the different levels of abstraction in the dbms?
What are the disadvantages of a database?
How is data stored in a relational database?
Explain by listing some of dbms major advantages.
What is the best free database software?
What is the best free database?
RDBMS file system can be defined as
How to pump the data from one database to another?
what are the acid properties in dbms?