adspace


12 RULES OF RDBMS

Answer Posted / povidyasagar

1. Data should be represent in the form of table.
2. data is logically accessible.
3. all the null vaules should be uniformly treated as
unknown values.
4. single language should be used to communicate with RDBMS
package.
5. every relational database should be self described.
oracle contains two types of tables.
(a) system tables -- tables which contains meta data of user
tables.
(b) user tables -- tables with business data.
6. logical data independence.
7. physical data independence.
8. altematives must be provided for viewing data.
9. every RDBMS package should supports setbased and
relational algebra operations.
10. integrity rule.
11. every RDBMS package should support distributed operations.
12. data integrity cannot be subverted.
Note: Any DBMS package supports 6 out of 12 codds rules.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Design database draw er diagram for a certain scenario ?

4656


How to use values from other tables in update statements using oracle?

1158


How to start an oracle instance?

1103


How to put more than 1000 values into an oracle in clause?

1115


How to write a left outer join with the where clause in oracle?

1155


Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com

1956


What is oracle latest version?

1174


How to select all columns of all rows from a table in oracle?

1132