what is Constraint? How many types of constraints in SQL ?
Answer Posted / kumari
Constraint are the rules enforced on data columns on table
types of constraints:
PRIMARYKEY
FOREIGN KEY
NOT NULL
UNIQUE KEY
CHECK
DEFAULT
Check
| Is This Answer Correct ? | 111 Yes | 33 No |
Post New Answer View All Answers
What is the maximum length of an alert name?
What do you understand by the analysis services in sql server?
What you can do to delete a table without the delete trigger firing?
What are the different types of collation sensitivity in sql server?
Does windows server 2016 come with sql server?
What is purpose of normalization?
How to set database to be read_only in ms sql server?
What is the difference in accessing db between sql server vs sql azure?
Scalability, Availability, Integration with internet, etc.)?
What is difference in performance between insert top (n) into table and using top with insert?
What is a subquery in a select query statement in ms sql server?
How you can get the list of largest tables in a database?
What happens if we shrink log file in sql server?
Explain about Joins?
what is blocking? : Sql server database administration