what is Constraint? How many types of constraints in SQL ?

Answer Posted / pramod tiwari,mba-it,lpu

SQL Constraints-
Constraints are used to limit the type of data that can go
into a table.

Constraints can be specified when a table is created (with
the CREATE TABLE statement) or after the table is created
(with the ALTER TABLE statement).

We will focus on the following constraints:

•NOT NULL
•UNIQUE
•PRIMARY KEY
•FOREIGN KEY
•CHECK
•DEFAULT

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between DELETE and TRUNCATE?

794


How do indexes help, types?

720


What do you understand by a view? What does the with check option clause for a view do?

787


difference between Clustered index and non clustered index ?

744


Can you explain what is indexed view? How to create it?

720


Why normalization is used?

728


how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration

789


Can you change the data type of a column in a table after the table has been created? If so, which command would you use?

803


what are different types of backups available in sql server? : Sql server database administration

677


How to create an index on an existing table in ms sql server?

686


In what three ways is the return statement used in a stored procedure?

715


What are user-defined functions (udfs) in sql server?

736


What are the advantages of the mirroring?

787


On a windows server 2003 active – passive failover cluster, how do you find the node which is active?

862


What is user-defined multi-statement table-valued function?

833