what is the difference between DBMS and RDBMS??
Answer Posted / akhilesh bisht
1.In DBMS the relation between two tables or files are
maintained by programming.Where as no need of programming
in RDBMS it relates dynamically.
2.Neither client-server support nor distributed database
support available in DBMS whereas both are available in
RDBMS.
3.Follows >7 Codds rule in DBMS, whereas RDBMS follows >7 codds
rules.
4.Data is not secure in DBMS as compare to RDBMS.
| Is This Answer Correct ? | 45 Yes | 37 No |
Post New Answer View All Answers
Is file system a database?
Mention few case manipulation functions in sql
How index hunting contributes in improving the query performance?
How to connect Silverlight application to database?
What do you mean by extension and intension?
What are indexes? Mention the differences between the clustered and non-clustered index?
What is a key field?
What are the key constraints in dbms?
Single File Database: Develop a student record management program, which uses single file as its database. It is not supposed to create additional files at any part of the project and should never rewrite total content. It must be capable of storing 100000's of records. It should support variable length records to be added, deleted, modified, listed.
What is cardinality in db?
List few restrictions that are imposed while creating views?
What is db context?
What is a Built_in subprogram ?
What are the different types of modeling?
What is concept of dbms?