Question
What is CHECK constraint. Explain with example?

Answers

- A CHECK constraint is one of the constraints to ensure data integrity
- CHECK constraint is specified as a condition / criteria
- The value that is to be inserted or updated in a table, need to be tested by the CHECK constraint
- If the value is meeting the criteria, then the data is inserted or updated in the designated column of a table
- CHECK constraint is used at the time of creation of a table
- The following example illustrates the use of CHECK constraint:
CREATE TABLE PRODUCT (PROD_ID INTEGER NOT NULL,
QUANTITY INTEGER CHECK (QUANTITY >= 1)   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q 150 km missile launched by DRDO recently:..
  • Q Why should BHP Billiton hire you?
  • Q Which is the most abundant gas in the earth's atmosphere?
  • Q In C++, what is the difference between method overloading and method overriding?
  • Q In Baltimore it is illegal to take what to the movies
  • Q Display the total salary drawn by analyst working in dept no 40.
  • Q The Alpine ski resort of St Moritz is in which country?
  • Q What is antibody
  • Q Can an interface be defined inside a class?
  • Q 'What do I need for the Speaking test?'
  • Q How to ensure that there is no duplication of bugs in quality center?