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 a self join? : Sql server database administration
What is page-level compression?
What are scheduled tasks in sql server?
What is a fill factor?
Why use “in” clause in sql server?
What is the difference between grant and with grant while giving permissions to the user?
When is update_statistics command used?
Define msdb database?
What command must you use to include the not null constraint after a table has already been created?
What is the importance of a recovery model?
What is a result set object returned by mssql_query()?
What is the Main Difference between ACCESS and SQL SERVER?
What is update locks?
What is encryption key?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security