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
Explain what is rdbms?
What is the non-clustered index in sql?
Which join is default?
what is query cache in mysql? : Sql dba
What is rtm stands for?
What is execute immediate?
What is the left table in sql?
What information is needed to connect sql*plus an oracle server?
What are the different types of functions in sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What can you do with pl sql?
How do you run a query?
What are predefined functions in sql?
What is a file delimiter?
Name the different types of indexes in sql and define them.