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
How to delete an existing row from a table in oracle?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What is the data pump export utility?
What are the restrictions on external table columns?
Calculate difference between 2 date / times in oracle sql?
How to concatenate two text values in oracle?
How to display employee records who gets more salary than the average salary in the department?
Can select statements be used on views in oracle?
What is the scope of a local variable?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
Why we use bulk collect in oracle?
How to list all tables in your schema?
Is there a function to split a string in plsql?
Explain oracle left join with an example?
What happens to indexes if you drop a table?