what is Constraint? How many types of constraints in SQL ?
Answer Posted / scornguy
Constraints are used to limit the type of data that can go
into a table.
NOT NULL
UNIQUE
PRIMARY KEY
FOREIGN KEY
CHECK
DEFAULT
| Is This Answer Correct ? | 225 Yes | 29 No |
Post New Answer View All Answers
Can I run multiple instances of sql server 2000 at the same time on one computer?
in the physical file layout, where should the transaction log be stored in relation to the data file?
How to enable/disable indexes?
can we have a nested transaction? : Sql server database administration
what are the new features introduced in sql server 2000? : Sql server database administration
What are the different types of Indexes available in SQL Server?
How would you go about developing a ssrs report?
Explain the various types of concurrency problem?
How to create new tables with "create table" statements in ms sql server?
Can two tables share the same primary key?
What are types of subqueries?
What is left outer join in sql server joins?
Difference between LEN() and DATALENGTH() in sql server ?
When I run the sql server 2000 setup, it just hangs. What do I do?
User wants only to display only pdf as export option in report manager. How to achieve this?