what is Constraint? How many types of constraints in SQL ?
Answer Posted / yashwanth
constraints are the rules enforced on data columns on a
table
use:constraints are used to limit the type of data that
can go in to a table
there are some constraints
a primarykey constraint
a unquekey constraint
a foreinkey constraint
a check constraint
a not null constraint
a default constraint
Is This Answer Correct ? | 47 Yes | 13 No |
Post New Answer View All Answers
what protocol both networks use? : Sql server database administration
How do I connect to sql server database?
What is query optimization process?
what data regions are and what are the different data regions?
What are the purpose of Normalisation?
What command would you use to add a column to a table in sql server?
What are the difference between “where” and “having” clause in sql server?
How to add the custom code in Report?
How to search for a string in all stored procedure in sql server?
wat wil hapn if we give the both read and deny read permission to user?
How to get a list all databases on the sql server?
What is multi-statement table-value user-defined function?
How to return the top 5 rows from a select query in ms sql server?
Explain aggregate functions?
Explain sql delete command?