What are constraints? Explain different types of
constraints?
Answer Posted / manish nagar
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).
NOT NULL
UNIQUE
PRIMARY KEY
FOREIGN KEY
CHECK
DEFAULT
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is model database in sql server?
What stored by the tempdb ? : sql server database administration
What is transact-sql ddl trigger?
Do you know what is xpath?
Do you think BCNF is better than 2NF & 3NF? Why?
What are scalar functions?
Describe in brief databases and sql server databases architecture.
What are the advantages to use stored procedures?
Explain what are the authentication modes in sql server?
Is foreign key unique?
Can we install sql server 2016 on windows 7?
what's new in sql server 2016?
what are constraints? : Sql server database administration
System variable and temporary variables
Explain about the command-line tool SQLCMD?