what is the difference between DBMS and RDBMS??
Answer Posted / 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 |
Post New Answer View All Answers
What are different types of joins in the sql?
What is normal form in dbms?
How to activate all indexes in firebird?
Compare a hierarchical and network database model?
What is alternate key?
What is database users in dbms?
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?
Define a relation schema and a relation.
what are database files, control files and log files. How many of these files should a database have at least? Why?
How do convert or display the date or time as string?
What are five main functions of a database administrator?
What is the difference between internal and external schema?
What do you mean by super key, primary key, foreign key and candidate key?
Explain the different types of languages that are available in the dbms?
What is the difference between a shared lock and exclusive lock?