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
OPTIMIZATION OF SP,CURSOR,TRIGGERS
What are the types of subquery?
What is report rendering ?
What is a deadlock and what is a live lock?
What is use of except clause?
What is difference between after and before?
What do you understand by intent locks?
How do you check sql server is up and running?
Can you always create a cache of a report?
Write a sql query to display the current date?
Explain transaction server distributed transaction?
what are constraints? : Sql server database administration
what is difference between view and Dip.
Can you explain various data region available in ssrs with their use?
How to concatenate two strings in SQL Server.