what is the difference between DBMS and RDBMS??
Answer Posted / shivam yadav
DBMS
1.In DBMS relationship between two tables or files are maintained Programmatically.
2.In DBMS there is no security of data.
3.Each table is given an extension in DBMS.
4.DBMS may satisfy less than 7 to 8 rules of Dr. E F Codd.
5.DBMS not support client/server architecture.
RDBMS
1.In RDBMS relationship between two tables or files can be specified at the time of table creation.
2.Most of the RDBMS support client/server architecture.
3.In RDBMS there are multiple levels of security.
->Logging in at O/S level.
->Command level(i.e. at RDBMS level).
->Object level.
4.Many tables are grouped in one database in RDBMS.
5.RDBMS usually satisfy more than 7 to 8 rules of Dr. E F Codd.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by index hunting?
How is a database related to a table?
Explain why an information gap exists in most organizations.
Whats is an OLTP Database
Explain what are triggers and rules?
What is a system concept?
Define sub-query.
What do you understand by join?
What is trigger in dbms?
Explain the Logical Schema of Database
What is procedure in database?
What is tuple and attribute?
What are the advantages of database software?
Why is maintaining a database important?
With DTS packaging I can store tables in Excel and convert them back to SQL. But once I copied tables to Excel I want to modify some info. How you do that without editing the Excel file?