what is Constraint? How many types of constraints in SQL ?
Answer Posted / vijaya
Constraints are rool of data integrity.
Types of Constraints are:
1)Not Null
2)Unique
3)Primary Key
4)Check
5)References.
| Is This Answer Correct ? | 39 Yes | 11 No |
Post New Answer View All Answers
How do I view a stored procedure in sql server?
What are the new features of sql server 2008 r2 reporting service?
What do you mean by stored techniques? How would we use it?
Explain the etl (extraction, transformation, and loading)?
What is the difference between ddl and dml?
How to Update from select query in sql server?
What are the different types of locks in the database?
What is difference between joins and subqueries?
What is the difference between deallocate cursor and close cursor?
What the different components of Replication and what is their use?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
What is user-defined inline table-valued function?
What is a partitioned view?
Explain sql server authentication modes?
Can we insert data into a view?