Set: SQL: CHECK Constraint

Familiarize

Learn

Test

Play Scatter

Play Space Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 5 terms

TermDefinition
ALTER TABLE table_name ADD CONSTRAINT constraint_name CHECK (condition)to create a CHECK constraint on a column when the table is already created
ALTER TABLE table_name DROP CONSTRAINT constraint_nameto drop a CHECK constraint
CREATE TABLE table_name (column_name1, NOT NULL CHECK, column_name2, )to create a table with a CHECK constraint on a column
CHECKSpecifies a condition on a column
CREATE TABLE table_name (column_name1, NOT NULL, column_name2, CONSTRAINT constraint_name CHECK (conditoin)))to allow naming of a CHECK constraint on multiple columns

Set Information

Terms 5
Creator jtwilliams00
Created March 30, 2009
Groups None
Subject sql
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.