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
How to call shell script from pl sql procedure?
What is sql injection owasp?
Is and as keyword in pl sql?
How to make a copy values from one column to another in sql?
How to prepare for oracle pl sql certification?
Is sql a oracle?
what is the use of double ampersand (&&) in sql queries?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What is primary key and unique key?
What is trigger explain it?
What is the difference between left outer join and left join?
How do I order columns in sql?
What are the advantages of stored procedure?
Is mariadb nosql?
Is pl sql different from sql?