what is Constraint? How many types of constraints in SQL ?
Answer Posted / nivetha sri
Constraint are the certain condition which is used to
limit the data in the table.It can used before creating the
table and after creating the table.
TYPES OF CONSTRAINTS
1] Primary key
2]Foreign key
3]Unique key
4]Check
5]Not Null
6]Default
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to make a column nullable?
Explain what is the function of sql server agent windows service?
How to make conditional sum in ssrs?
Explain what is use of dbcc commands?
How to Check if table exists in sql server?
Do you know exporting and importing utility?
What are the three different part of rdl file explain them?
What is 4nf in normalization form?
Explain sql server authentication modes?
What are the database objects? : SQL Server Architecture
Why we should not use triggers?
What is thr feature of change data capture?
Differentiate between SQL and ORACLE joins and write their syntax.
How can you find out which stored procedures are recompiling?
how would you troubleshoot blocking? : Sql server database administration