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 an sql server agent?
Explain various On-Delete options in a DB table. Which is the default option?
What is a non clustered primary key?
What is the full meaning of dml?
application server is slow what may be the problem
How to count rows with the count(*) function in ms sql server?
What is difference between group by and having?
Give an example of SQL injection attack ?
How to delete multiple rows with one delete statement in ms sql server?
What are the tool windows in sql server management studio? : sql server management studio
What is the difference between ddl,dml and dcl commands?
When would you use sql joins?
What is snapshot parameter in ssrs?
what are the basic functions for master, msdb, model, tempdb and resource system databases? : sql server database administration
What happens if we shrink log file in sql server?