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 the purpose of normalization?
What is crud diagram?
What is scalar and vector?
Write a sql query to convert all character to uppercase after hypen.
How to use boolean type in select statement?
How do I run a script in sql developer?
What is the difference between rollback and rollback to statements?
How many joins in sql?
What does fetching a cursor do?
List out the acid properties and explain?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
What is data control language?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is difference between nchar and nvarchar?
What is a table in a database?