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
How do I run mysql from command line?
How to store values to array from mysql database in php?
How many rows can mysql handle?
What is the data source name for mysql?
What is procedures in mysql?
How do I find the size of a mysql database?
What is a simple query?
What is a join in mysql?
What is not null in mysql?
What is a procedure example?
How to rename an existing table in mysql?
What is pragma exception?
What are stored procedures and functions?
What is default password for mysql?
What is pdo connection?