what is Constraint? How many types of constraints in SQL ?
Answer Posted / mudit
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 ? | 338 Yes | 56 No |
Post New Answer View All Answers
How many types of the database links?
you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration
How to drop an existing schema in ms sql server?
Explain the difference between function and stored procedure?
How to update muliple row in single query?
if no size is defined while creating the database, what size will the database have? : Sql server administration
Explain different types of lock modes in sql server 2000?
How to list all stored procedures in the current database using ms sql server?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
What happens when transaction log is full?
How to use the inserted and deleted pseudo tables?
What is query optimization process?
Is a primary key unique?
What happens if null values are involved in comparison operations?
What is a rownum?