what is the difference between dbms and rdbms?
Answers were Sorted based on User's Feedback
Answer / dsr
dbms-->database management system.It as no relations in all
tables.
rdbms-->relational database management system.It as
different relationships in different tables.(i.e primary
key,foriegn key..)
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / eshwari
DBMS: Managing the data in different tables is called data
base management system.
RDBMS:managing the data in different tables with some
relations between the tables is called relational database
management system.
to become a dbms as rdbms it should support 12 E.F.codd's rules.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / senthilvel
DBMS - Database management system is a database where it
has no relationship with the tables.
RDBMS - Relational Database Management System is database
where the tables has relationship and also it should
support the 12 boyscodd rules.
| Is This Answer Correct ? | 4 Yes | 3 No |
What is mean by Program Global Area (PGA) ?
What are the most common interview questions on ETL Testing for experience?
What is the purpose of a cluster?
difference between truncate and delete ,drop?
am completed mca2011 how get certification in oracle
What is a lookup table in oracle?
What is a trigger oracle?
A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?
What is a Tablespace?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
How to login to the server without an instance?
What is dictionary cache ?