what is Constraint? How many types of constraints in SQL ?
Answer Posted / raghunath k
Constraints are some rules that are inforced on the data object.
there are five types of costriants in SQL, they are
1. NOT NULL CONSTRAINTS.
2. UNIQUE CONSTRAINTS.
3. PRIMARY KEY CONSTRAINTS.
4. FOREIGN KEY CONSTRAINTS.
5. CHECK CONSTRAINTS.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Characterize join and name diverse sorts of joins?
What is difference between Datepart() and Datename() in SqlServer?
Can you edit the .rdl code associated with a linked report?
What is compression - row-level and page-level compression?
What are different types of schemas?
How many types of attribute relationships are there? : sql server analysis services, ssas
When multiple after triggers are attached to sql table, how to control the order of execution?
How sql server enhances scalability of the database system?
What is sql server programming?
Can you name some of the dml commands in sql?
Can we deploy SSRS reports on our personal website?
How to convert numeric expression data types by assignment operations?
what is the information that can be stored inside a bit column? : Sql server database administration
What is table-valued sub query?
Explain the commands in sql server?