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 global cursor can be declare with dynamic trigger ?
How do you remove duplicate records from a table?
What is a left inner join?
explain the difference between myisam static and myisam dynamic. : Sql dba
what is sql? : Sql dba
Does execute immediate commit?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is scalar and vector?
What is compiled query?
What is difference between sql and mysql?
Explain the purpose of %type and %rowtype data types with the example?
what is bcp? When is it used?
What is right join in sql?
What happens when a trigger is associated to a view?
Can we create table in function?