Answer Posted / guest
integrity Constraints is used by oracle to check data
Integrity while performing operations into database.
Like columns is defined as not null.User cannot insert null
values into this column
Constraints:
1. Primary Key
2. Unique Key
3. Not Null
4. Referential Integrity(Foreign Key)
5.Check Constraints
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a constraint? Tell me about its various levels.
What is coalesce in sql?
Inline the values in PL/SQL, what does it mean.?
How do I view a view in sql?
How to prepare for oracle pl sql certification?
What is a dirty read sql?
What do you mean by dbms? What are its different types?
Should I use mbr or gpt?
What is embedded sql what are its advantages?
Can %notfound return null after a fetch?
Can we create view in stored procedure?
What is sorting in sql?
What are the different dcl commands in sql?
How to create a menu in sqlplus or pl/sql?
What is natural join in sql?