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
How to view the error log for any specific instance? : sql server database administration
How do I find the default sql server instance?
What is difference between standardization and normalization?
What is index fragmentation in ms sql server?
How to access the deleted record of an event?
Tell me what is the significance of null value and why should we avoid permitting null values?
What is the difference between the 2 operating modes of database mirroring?
What are the general features of sql server management studio? : sql server management studio
What number aggregate functions are accessible there in sql?
Can you explain full-text query in sql server?
What does dml stand for?
What are truncate options available in sql server? : sql server database administration
How to edit table in sql server 2017?
What is the log shipping?
What are the security related catalog views? : sql server security