What are constraints? Explain different types of
constraints?
Answer Posted / hari
Constraint : To Restrict the voilation of irrelegular data
and maintain data integrity.
Primary key
Unique Key
NotNull
Forigen Key
Check
| Is This Answer Correct ? | 73 Yes | 45 No |
Post New Answer View All Answers
When should you use an instead of trigger?
How retrieve field names from the table in SQL through JAVA code?
Which sql server table is used to hold the stored procedure script?
How many types of schemas are there?
What is bit data type? What's the information that can be stored inside a bit column?
What is sub-query in sql server? Explain its properties.
Explain filtered indexes benefits?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
What is repeatable read?
What is the partitioning method?
Why use “nolock” in sql server?
What is difference between view and materialized view?
What are the character string functions supported by sql server 2005?
Explain the difference between control flow and data flow?
How to delete all rows with truncate table statement in ms sql server?