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 can we encrypt and decrypt a data presented in a table using mysql?
What is the use of mysql workbench?
How do I stop a mysql command?
How do I change mysql password?
How do you stop an access query?
How is oracle different from mysql?
How do I uninstall mysql connector?
What are the drivers in MySQL?
What is the latest version of mysql?
How many ways to get the current time?
What is data node in mysql cluster?
What does mysql flush tables do?
What are ddl statements in mysql?
How do I check mysql version?
How to rename an existing column in a table?