Answer Posted / surya
It is used to avoid invalid and inconsistence data into the
data base table.
For example if you specify like this
sal int Check(sal>=1000)
and trying to insert value below 1000 in the sal
column,they won't accept you.That means it restrict the
data in the database table.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is blob datatype?
What is the difference between $oracle_base and $oracle_home?
What is the difference between sharding and replication?
How to check the server version in oracle?
How to create a table index?
Why should I use oracle database?
What is tns entry?
What is a system tablespace?
How to establish administrator authentication to the server?
Explain the use of full option in exp command.
How to rename an index in oracle?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
What is java oracle used for?
What is a data dictionary and how can it be created?
How to run the anonymous block again?