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
What is sqlservr exe?
Show code of a cursor for loop.
What is a Mapplet?
how mysql optimizes distinct? : Sql dba
What is mutating error?
What is plpgsql language?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
Enlist some predefined exceptions?
how to shut down the server with 'mysqladmin'? : Sql dba
How to use transactions efficiently : transact sql
Which one is better subquery or joins?
how to concatenate two character strings? : Sql dba
What is pragma in pl sql?
how to enter binary numbers in sql statements? : Sql dba
how does a local variable is defined using t-sql? : Transact sql