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
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
what is a constraint? Tell me about its various levels. : Sql dba
What is rtm stands for?
Name some usages of database trigger?
Can you join a table to itself?
Is primary key a clustered index?
What is error ora-12154: tns:could not resolve the connect identifier specified?
Why truncate is used in sql?
What does <> sql mean?
What is sql clause?
What is oracle pl sql developer?
Which is better varchar or nvarchar?
what are all the different normalizations? : Sql dba
What is the most restrictive isolation level? : Transact sql
What is difference between cursor and trigger?