what is the diff between dbms and rdbms(what are the 12
rilations in the rdbms).
Answer Posted / ashumku7
1: In DBMS files are stored and retrieved through programs
whereas in RDBMS everything is stored in the form of table.
2: DBMS does not support client server architecture whereas
RDBMS does;
3: DBMS satisfy less than 7 to 8 rules of E.F codd where as
RDBMS satisfy more than 7 to 8 rules.
4: In DBMS there is no security of data where as in RDBMS
there are different(generally 3)layers of security:
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is database connection pool size?
What are the different types of database?
What is the main purpose of triggers in database?
What are the different stages in 'data warehousing'?
What do you understand by proactive, retroactive and simultaneous update?
What is the purpose of a database middleware other than translating the jdbc api calls to multiple vendor specific dbms calls?
What are two types of data in a database environment?
Describe a subquery.
Explain meant by 3-tier architecture?
What are database modules?
What are the features of a database management system?
Explain by listing some major advantages of dbms.
Is there an example how to configure udfaccess setting in firebird.conf?
What is a candidate key in dbms?
What is 1nf in database?