Answer Posted / shaik
Check Constraint defines a condition that each row must satisfy.
create table emp(empid number,ename varchar2(15),salary
number,deptid number constraint emp_salary_min
CHECK(sALARY>1000));
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is 1nf 2nf 3nf?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
Can you tell which of the following where clauses is faster?
Explain triggers and stored procedures?
How many entries can mysql handle?
What is query log in mysql?
How is data stored in mysql?
How do I set user privileges in mysql?
Does uninstalling mysql delete database?
What is mysql gpl?
How do I restore a mysql database?
What is the difference between BLOB AND TEXT?
How to get data from mysql in php?
How to copy data from one server to another using php?
How do I delete a row in mysql?