Difference between DBMS and RDBMS...CODD's rules
Answer Posted / jyoti ranjan parida
DBMS-Database management system.
=>In dbms no relationship concept
=>It can't impliment constraints in table and no security
of data.
=>It supports Single User only
=>It treats Data as Files internally
=>It supports 3 rules of E.F.CODD out off 12 rules
=>It requires low Software and Hardware Requirements.
=>Examples:Foxpro
RDBMS-Relational management system
=>It is used to establish the relationship concept between
two database objects, i.e, tables
=>It impliment constraints in table and no security of data.
=>It supports multiple users
=>It treats data as Tables internally
=>It supports minimum 6 rules of E.F.CODD
=>It requires High software and hardware requirements.
=>examples:Oracle,mysql,DB2.
| Is This Answer Correct ? | 39 Yes | 3 No |
Post New Answer View All Answers
how to create a table index in mysql? : Sql dba
Why do we use joins?
How to avoid using cursors?
Which tcp/ip port does sql server run?
How to call a javascript function from pl sql?
What is blind sql injection?
What is bulk collect in pl sql?
Can we commit in trigger?
What is range partitioning?
what is a cursor? : Sql dba
What are stored procedures in mysql?
how to load data files into tables with 'mysqlimport'? : Sql dba
what is foreign key? : Sql dba
What are expressions?
What does data normalization mean?