what is the difference between DBMS and RDBMS??
Answer Posted / 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 |
Post New Answer View All Answers
Explain the different types of constraints in dbms?
How do I create a database in access 2010?
Which is best database?
How to export data from database and import into another?
Explain the necessary techniques to control deadlocks?
What is a key in database?
What is meant by database management system?
How to schedule ssas database backup
What is a string in database?
Mention a query to add email validation to your database
What does a database contain?
What are cursors and what are the situations you will use them?
What are the types of database management system?
What are the types of database explain each of them briefly?
How to create student table through query with a numeric column of ID and Name of Chaeacter and D-O-B with date type in database What will be the query for this purpose?