what is Constraint? How many types of constraints in SQL ?
Answer Posted / vinod
Constraints are used to restrict the insertion of unwanted data.
Using constraints you can maintain data integrity by preventing invalid data being entered.
Constraints are Five type
Primary key
Unique Key
Foreign Key
Not Null
Check
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain steps of normalization?
What is the difference between seek predicate and predicate?
how many no of arguments can be passed in procedures and functions
How many columns can exist together per table?
How to create a view using data from another view?
What is the difference between varchar and varchar types?
How many categories of functions based their return modes?
What is similarity and difference between truncate and delete in sql?
Give me a SQL Query to find out the second largest company?
What is sql server english query?
What do you understand by coalesce in sql server?
Do I need a report server to run reports in my application?
mention different types of relationships in the dbms?
How to send email from database?
how to trace the traffic hitting a sql server? : Sql server database administration