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 |
How to run the anonymous block again?
What is a dead lock in oracle?
Explain the use of rows option in exp command.
It's Urgent? How to IMPORT .xls & .txt file into ORACLE?
What is an Index ? How it is implemented in Oracle Database ?
Difference between open_form and call_form in oracle.
How to Truncate Table in Oracle
How to create a new table in oracle?
What are transaction isolation levels supported by oracle?
What is the maximum limit on the number of columns in a table?
When a form is invoked with call_form, Does oracle forms issues a save point ?
Can we create trigger on view in oracle?