Difference between DBMS and RDBMS...CODD's rules

Answer Posted / avi007

DBMS-Database management system.
1> consider as file says field,attributes,record and file.
2> table relationship mentained by programmaticaly.
3> high network trafic.
4> distributed datable not supported.
5> no security

RDBMS-Relational management system
1> says column, row and table.
2>table relationship mentained at the time of table
creations.
3>low network trafic.
4>distributed database supported.
5>login level security.

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I create a sql script?

534


How can you select unique records from a table?

512


Can we create foreign key without primary key?

527


What is auto increment in sql?

579


What is t-sql? : Transact sql

531






what is cross join? : Sql dba

568


What is the current version of postgresql?

550


What is the difference between view and stored procedure?

488


Why do we use function in pl sql?

553


What are the set operators in sql?

545


what are different types of keys in sql?

602


Why plvtab is considered as the easiest way to access the pl/sql table?

613


Which type of cursor is used to execute the dml statement?

524


What are the types of variable use in pl sql?

559


Explain the update statement in sql

556