what is Constraint? How many types of constraints in SQL ?
Answer Posted / mudit
Constraint are the rules enforced on data columns on table.
Five type of constraints
Primary key
Unique Key
Foreign Key
Not Null
Check
| Is This Answer Correct ? | 338 Yes | 56 No |
Post New Answer View All Answers
What programming language would you use to create embedded functions in ssrs?
What are the different SQL Server Versions you have worked on?
What is the chart in report?
How will you know when statistics on a table are obsolete?
What is t-sql script to take database offline – take database online.
What is BCP? When does it used in sql server 2012?
What is temporal data type?
What is normalization? What number of normalization shapes are there?
is there a column to which a default can't be bound? : Sql server database administration
What are the filtered indexes?
What is a select query statement in ms sql server?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
What is the main difference between ‘between’ and ‘in’ condition operators?
what is a self join? Explain it with an example? : Sql server database administration
How can you find out how many rows returned in a cursor?