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 do I audit the sql sent to the server?
Show code of a cursor for loop.
explain the difference between myisam static and myisam dynamic. : Sql dba
What is partition in sql query?
How can I change database name in sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
Can a table have no primary key?
Can you load data into multiple tables at once? : aql loader
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is break?
What is partition by in sql?
How do I save a stored procedure?
What is a trigger in sql?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is a full join sql?