what is Constraint? How many types of constraints in SQL ?
Answer Posted / scornguy
Constraints are used to limit the type of data that can go
into a table.
NOT NULL
UNIQUE
PRIMARY KEY
FOREIGN KEY
CHECK
DEFAULT
| Is This Answer Correct ? | 225 Yes | 29 No |
Post New Answer View All Answers
What is the Main Difference between ACCESS and SQL SERVER?
How do I find the default sql server instance?
Explain multiserver query
How to rebuild the master database?
What is difference between table aliases and column aliases? Do they affect performance?
What are difference between Cluster index and Non-Cluster index?
What are the restrictions applicable while creating views? : SQL Server Architecture
Which joins are sql server default?
What is a constant or literal in ms sql server?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
Can we insert data into view sql server?
What are the authentication modes in sql server? How can it be changed?
How to handle error or exception in sql?
How to rename an existing column with sql server management studio?
How can sql server instances be hidden?