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

Explain what is rdbms?

782


What is the non-clustered index in sql?

753


Which join is default?

712


what is query cache in mysql? : Sql dba

766


What is rtm stands for?

746






What is execute immediate?

719


What is the left table in sql?

699


What information is needed to connect sql*plus an oracle server?

768


What are the different types of functions in sql?

759


write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba

728


What can you do with pl sql?

770


How do you run a query?

768


What are predefined functions in sql?

712


What is a file delimiter?

743


Name the different types of indexes in sql and define them.

782