what is Constraint? How many types of constraints in SQL ?
Answer Posted / sivanagireddy.k
constraints nothing but condition on column in the table by using constraint checking process or validation pprocess has been done.
constraints are 6 tyes
1.unique
2.Not null
3.Primary key
4.Check
5.Default
6.Foreign key
types of level in constraints
column level
table level
send ur queries to this mail id rsivanagireddy@gmail.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of grouping data in a report?
How to list all triggers in the database with sys.triggers in ms sql server?
How to configure odbc dsn with different port numbers?
How can you ensure that the database and sql server based application perform well?
What authentication modes does sql server support?
What is data compression? : sql server database administration
Explain what is the use of custom fields in report?
What is the main purpose of having conversation group?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
What is the difference between TRUNCATE and DROP?
Explain magic tables in sql server?
What are indexes in ms sql server?
Does sql server use t sql?
What is the fastest way to permanently delete a 1 million row table named customers?
How to modify an existing stored procedure in ms sql server?