What are constraints? Explain different types of
constraints?
Answer Posted / rev
3 basic types
1.entity constraint:
check
not null
null
2.domain constraint:
unique
primary
composite primary key
3.referential constraint:
integrity
foreign
| Is This Answer Correct ? | 27 Yes | 28 No |
Post New Answer View All Answers
Explain what are the database objects? : SQL Server Architecture
Can you create a logon trigger in sql server 2005 express edition?
What is co-related sub query?
Is sql server 2016 free?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
Why are views required in the sql server or in any other database?
What is the purpose of linked server configuration in sql server?
Explain syntax for viewing trigger?
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
What is the difference between cartesian product and cross join?
What are truncate options available in sql server? : sql server database administration
How many null values we can have in a unique key field in sql server?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
Explain logical operators in sql server?
what does the automatic recovery do? : Sql server administration