what is Constraint? How many types of constraints in SQL ?
Answer Posted / nivetha sri
Constraint are the certain condition which is used to
limit the data in the table.It can used before creating the
table and after creating the table.
TYPES OF CONSTRAINTS
1] Primary key
2]Foreign key
3]Unique key
4]Check
5]Not Null
6]Default
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can we rewrite sub-queries into simple select statements or with joins?
How to enter binary string literals in ms sql server?
What is DCL?
How you can get the list of largest tables in a database?
What is mssql?
How do I view views in sql server?
How do I uninstall sql server 2014?
What is the stored procedure?
What is mapping schema?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
How to maintain a fill factor in existing indexes?
How to check if stored procedure is running in sql server?
What are the restrictions applicable while creating views? : SQL Server Architecture
Can you explain what are commit and rollback in sql?
Explain powershell included in sql server 2008?