adspace
what are constraints? Explain different types of constraints? : Sql server database administration
Answer Posted / Neeraj Chaudhary
Constraints in SQL Server are rules that are defined to enforce data integrity. Different types of constraints include: CHECK CONSTRAINTS - enforce user-defined conditions, UNIQUE CONSTRAINTS - ensure uniqueness of a column or group of columns, PRIMARY KEY CONSTRAINTS - define the primary key for a table, FOREIGN KEY CONSTRAINTS - establish relationships between tables and ensure referential integrity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different subsets of sql?
What is temporary table in sql server? Why we use temp table?
How raid can influence database performance?
How do I create a trace in sql server?
what is the difference between openrowset and openquery?
How to convert numeric expression data types using the cast() function?
What are the different SQL Server Versions you have worked on?
What are the properties of the transaction?
Why we use the openxml clause?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
What kind of problems occurs if we do not implement proper locking strategy?
What is a scheduled job or what is a scheduled task?
What is the primary use of the model database?
How do I start sql server 2017?
What is sql server query analyzer?