what is the difference between DBMS and RDBMS??
Answer Posted / younus
ef.codd rule
>every dbms package need to support min 6rules to declare
it self as rdbms
1>high level INSERT DELETE UPDATE
2>data distribution
3>gaurenteed access
4>view updation
5>systematic treatment for NULL
6>physical and logical data independency
| Is This Answer Correct ? | 31 Yes | 6 No |
Post New Answer View All Answers
Explain the difference between primary and foreign key?
What will be the maximum size of an extent of a segment if the tablepac's default storage values are specified as (initial 8K next 16k minextent 4 pctincrease 100).Explain.
Enlist some commands of ddl?
What is a clause in terms of sql?
What is the main purpose of triggers in database?
What are the database objects?
When is functional dependency said to be the fully functional dependency?
What is 1nf 2nf 3nf in dbms?
I have a table which has lot of inserts, is it a good database design to create indexes on that table?
Is there an example how to configure externalfileaccess setting in firebird.conf?
How to create student table through query with a numeric column of ID and Name of Chaeacter and D-O-B with date type in database What will be the query for this purpose?
Explain, why is rdbms better than dbms?
How is a database related to a table?
Is there some bulk load or other way to import a lot of data fast?
What is a driver in programming?