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
Why procedure is used in sql?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is the difference between jpql and sql?
what are aggregate and scalar functions? : Sql dba
What is meant by cursor in sql?
Can we insert data in view?
Which software is used for pl sql programming?
What does subquery mean in sql?
What is the use of prepared statement?
Can you join views in sql?
What is an example of translating a date into julian format?
Why do we use triggers?
What is view explain with example?
How long does it take to learn pl sql?
What is microsoft t sql?