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
What is the data pump import utility?
How to use like conditions in oracle?
How do we create privileges in oracle?
What is a package ? What are the advantages of package ?
Explain the use of parfile option in exp command.
What is flashback in Oracle?
What is oracle in java?
Can we create database in oracle using command line ?
What is a connect identifier?
How to update a table row with a record?
Explain the use of Merge statement in oracle 11g
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
Who developed oracle & when?
What is ceil and floor in oracle?
How to add another datafile to a tablespace?