what is Constraint? How many types of constraints in SQL ?
Answer Posted / balamurugan
only five constraint in sql server
Types of Constraints are:
1)Not Null
2)Unique
3)Foreign Key
4)Check
5)Default.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to update multiple rows with one update statement in ms sql server?
What is a trace frag?
How to assign new column names in a view?
What is nested transaction?
Benefits of Stored Procedures?
Define Unique Key?
Does windows server 2016 come with sql server?
How to convert numeric expression data types by assignment operations?
What is join and name different type of joins?
last function used in MS Access to convert sql what function will use in sql
Write a SQL query to make a column as unique?
How to create a Master database in SQL server ?
How to get the number of affected rows?
How many levels of sp nesting is possible?
How to create nested stored procedure?