what is Constraint? How many types of constraints in SQL ?
Answer Posted / shelly
Constraints are used to limit the type of data that goes
into a table.Constraints can be declared at the time of
creating a table or by altering the already created table.
1)Not Null
2)Unique
3)Primary Key
4)Check
5)References
6)Default
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Introduction of rollup clause using sum and group by clause?
What are the diifferences between the ms sql server vs mysql?
What is difference between clustered index and non clustered index?
What are the requirements to use odbc connections in php scripts?
What is collation sensitivity? Explain different types.
What is difference between drop truncate and delete?
How to backup SQL Server Reporting Services ?
What is raid and what are different types of raid levels?
What are the database objects? : SQL Server Architecture
Difference between report and query parameter. Why do we need different type of parameter?
What is difference between primary key and foreign key?
Tell me what is normalization? Explain different forms of normalization?
What is tabulation?
What is the primary use of the model database?
Describe how to use the linked server?