what is Constraint? How many types of constraints in SQL ?
Answer Posted / yashwanth
constraints are the rules enforced on data columns on a
table
use:constraints are used to limit the type of data that
can go in to a table
there are some constraints
a primarykey constraint
a unquekey constraint
a foreinkey constraint
a check constraint
a not null constraint
a default constraint
| Is This Answer Correct ? | 47 Yes | 13 No |
Post New Answer View All Answers
Can you roll back the ddl statement in a trigger?
If no size is defined while creating the database, what size will the database have?
What are the difference between data mart and data warehouse? : sql server analysis services, ssas
Why are views required in the sql server or in any other database?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
How to use go command in "sqlcmd"?
What are the extra roles available in msdb? : sql server security
How do I find the size of a sql server database?
What are the functions in sql server?
What is Cross Join and in which scenario do we use Cross Join?
How to add code to the existing article (using improve article)?
What is the full form of dql?
How to see the event list of an existing trigger using sys.trigger_events?
what is normalization? Explain different levels of normalization? : Sql server database administration
What is the fillfactor concept in indexes?