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

Can we create foreign key without primary key?

536


Why is normalization important?

539


What is primary key and foreign key?

534


Define a temp table?

553


Can procedure in package be overloaded?

610






How do you update f as m and m as f from the below table testtable?

1080


table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

3344


What is a crud api?

502


what is the difference between rownum pseudo column and row_number() function? : Sql dba

618


How to avoid using cursors?

599


What do you mean by table in sql?

526


Name the operator which is used in the query for pattern matching?

505


Does sql full backup truncate logs?

531


What is dml with example?

517


What are joins in sql?

539