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
Why having clause is used in sql?
Who developed sql?
Is sqlite good enough for production?
Can we join more than 2 tables in sql?
what is the difference between primary key and unique key? : Sql dba
what is the difference between a local and a global temporary table? : Sql dba
What happens when a trigger is associated to a view?
Which is better join or inner query?
What is data control language (dcl)?
What is time based sql injection?
Can we call a function containing dml statements in a select query?
Can we commit inside a trigger?
Can we create index on primary key?
What are the advantages of indexing?
What does select count (*) mean in sql?