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 the difference between alert log file and tarce file ?
How to connect the oracle server as sysdba?
How does one get the view definition of fixed views/tables?
How do I escape a reserved word in oracle?
How to see the table columns used in an index?
How to start an oracle instance?
how do u setup a replication site?
What are the restrictions on external table columns?
What is a read only transaction in oracle?
What is meant by a deadlock situation?
What privilege is needed for a user to create views in oracle?
Explain a data segment?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
How do I call oracle stored procedures that take no parameters?
Can we insert data in view oracle?