what is Constraint? How many types of constraints in SQL ?
Answer Posted / magesh manavalan
Types Of Constraints:
* Primary Key
* Foreign Key
* Default
* Unique Key
* Not NULL
* Check
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the usage of floor function in sql server.
Explain about merge replications?
Why we need sql server?
What is a join in sql? What are the types of joins?
What is 1nf 2nf and 3nf?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
How to get nth highest salary from employee table.
What do you mean by normalisation?
What is difference between view and materialized view?
what stored procedure can you use to display the current processes? : Sql server administration
What to check if a User database is locked?
Do you know sql server 2008 introduces automatic auditing?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
What is self contained scalar sub query?