what is the difference between DBMS and RDBMS??
Answers were Sorted based on User's Feedback
Answer / ram
DBMS is a ordinary system to maintain the data, whereas
RDBMS is the specific type, which follows the concepts of
set theory i.e entity etc. In DBMS there is no concept of
PRIMARY KEY and FOREIGN KEY but it is included in RDBMS.
DBMS contains only flat data whereas in RDBMS there will be
some relation between the entities.
Is This Answer Correct ? | 602 Yes | 132 No |
Answer / sundar
DBMS :
Data Base Management System is a process of managing
data for efficient retrivel & storage of data.
Ex: sysbase , Foxpro
RDBMS :
The database which is used by relations(tables) to
acquire information retrival are known as RDBMS
EX: SQL, ORACLE,MY-SQLSERVER
Is This Answer Correct ? | 412 Yes | 55 No |
Answer / varinder
rdbms is data base management system which is based on
relational model.in which data is represented in the form
of relations .
Is This Answer Correct ? | 323 Yes | 83 No |
Answer / lakki
DBMS : Data Base Management System
..... for storage of data and efficient retrieval of data.
Eg: Foxpro
1)A DBMS has to be persistent (it should be accessible when
the program created the data donot exist or even the
application that created the data restarted).
2) DBMS has to provide some uniform methods independent of a
specific application for accessing the information that is
stored.
3)DBMS does not impose any constraints or security with
regard to data manipulation. It is user or the programmer
responsibility to ensure the ACID PROPERTY of the database
4)In DBMS Normalization process will not be present
RDBMS: Relational Data Base Management System
.....the database which is used by relations(tables) to
acquire information retrieval
Eg: oracle, SQL..,
1)RDBMS is based on relational model, in which data is
represented in the form of relations, with enforced
relationships between the tables.
2)RDBMS defines the integrity constraint for the purpose of
holding ACID PROPERTY.
3)In RDBMS, normalization process will be present to check
the database table cosistency
4)RDBMS helps in recovery of the database in case of loss of
database due to system failure or any other reason
Is This Answer Correct ? | 261 Yes | 37 No |
Answer / susheel ch. bhatt
DBMS and RDBMS both are the management system instead in
case of RDBMS we use foreign keys, primary keys etc. which
is not possible in case of DBMS
Is This Answer Correct ? | 177 Yes | 61 No |
Answer / krupali parmar
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 Software and Hardware Requirements.
6)FoxPro, IMS are Examples
RDBMS:
1)It is used to establish the relationship concept between
two database objects, i.e, tables
2)It supports multiple users
3)It treats data as Tables internally
4)It supports minimum 6 rules of E.F.CODD
5)It requires High software and hardware requirements.
6)SQL-Server, Oracle are examples
Is This Answer Correct ? | 123 Yes | 22 No |
Answer / abhaya
DBMS :
Data Base Management System is a process of managing
data for efficient retrivel & storage of data.
Ex: sysbase , Foxpro
RDBMS :
The database which is used by relations(tables) to
acquire information retrival are known as RDBMS
EX: SQL, ORACLE,MY-SQLSERVER
Is This Answer Correct ? | 119 Yes | 34 No |
Answer / koti-khammam
In DBMS,client server concept is not present.
In RDBMS,client server architecture is present (i.e) the
client sends the request to the server and the server
responds to that particular request.
Is This Answer Correct ? | 163 Yes | 91 No |
Answer / has
RDBMS is Relational DBMS. Rdbms having the condition that
the system "support" a tabular structure and also for data
relationships between the tables..
Where as the DBMS, the system "will not support" tabular
structure and also for relationships between tables..
Is This Answer Correct ? | 90 Yes | 36 No |
What are the basic components of notification services?
What are dml and ddl statements?
Explain types of indexing in dbms?
What do you understand by functional dependency and transitive dependency in dbms?
What are the ways to tune reporting services?
What are the functions of rdbms?
What are different types of joins in sql?
Enlist various types of interactions created by dbms?
Which is fastest database?
what are parameter, we can check after creating a database in terms of QC and for each tables what should be the parameters for QC and QA?
What are the advantages and disadvantages of views in the database?
What are rdbms concepts?