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
Do you know the different ddl commands in sql?
Write a code to select distinct records without using the DISTINCT keyword.
What are the new features in sql server 2016?
What are the different types of replication are there in sql server 2000?
What is sql profiler. What are the default templates with it? : sql server database administration
How many replicas are maintained for each sql azure db?
as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
In what sequence sql statement is processed?
Which is faster statement or preparedstatement?
What command do we use to rename a database?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
How do clustered indexes store data?
How to set a database state to offline in ms sql server?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
How to transfer a table from one schema to another?