what is Constraint? How many types of constraints in SQL ?
Answer Posted / srinivas
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 ? | 28 Yes | 14 No |
Post New Answer View All Answers
What is the standby server?
What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
What is sql server management studio? : sql server management studio
What is temporary table in sql server? Why we use temp table?
What happens if you insert a duplicate key for the primary key column in ms sql server?
What are the differences between substr and charindex in sql server.
whats new about truncate in sql server 2008?
Do you know what are the properties of the relational tables?
What is factless fact table? : sql server analysis services, ssas
How to execute a sql statement using mssql_query()?
What is use of @@ spid in sql server?
Explain “row_number()” in sql server with an example?
How does recursive cte works in sql server?
Is the log file is a part of file group?
What are the purposes of floor and sign functions?