Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is check constraint?

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


Please Help Members By Posting Answers For Below Questions

How can we encrypt and decrypt a data presented in a table using mysql?

1134


What is the use of mysql workbench?

1060


How do I stop a mysql command?

1050


How do I change mysql password?

1082


How do you stop an access query?

968


How is oracle different from mysql?

1107


How do I uninstall mysql connector?

1003


What are the drivers in MySQL?

1534


What is the latest version of mysql?

1034


How many ways to get the current time?

1007


What is data node in mysql cluster?

1027


What does mysql flush tables do?

1008


What are ddl statements in mysql?

1126


How do I check mysql version?

1115


How to rename an existing column in a table?

1108