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
Explain system rowset functions?
How to connect ms access to sql servers through odbc?
Write a sql query to sort on different column name according to the parameters passed in the function?
how to create a scrollable cursor with the scroll option? : Sql server database administration
what is datawarehouse?
What are the different ways you can create databases in sql server?
How to stop log file growing too big?
What are the ways available in sql server to execute sql statements?
What is cross join in sql server joins?
What are the types of resultset?
When would you use the stored procedures or functions?
Explain database normalization?
what is normalization? : Sql server database administration
How to create a local temporary stored procedure?
What is a covering index?