MSSQL DATABASE INTERVIEW QUESTIONS
Course:Microsoft SQL Server
Chapter:Chapter 3 - Database Tables, Columns and Rows
Topic:DATABASE TABLE
Questions Count:10
1
What is a database table in MSSQL?
Explanation:
2
How do you create a new table in MSSQL?
Explanation:
3
What is the purpose of the PRIMARY KEY constraint in a table in MSSQL?
Explanation:
4
How do you add a new column to an existing table in MSSQL?
Explanation:
5
How do you rename an existing table in MSSQL?
Explanation:
6
How do you delete a table in MSSQL?
Explanation:
7
How do you enforce data integrity using foreign key constraints in MSSQL?
Explanation:
8
How do you create an indexed view to improve query performance in MSSQL?
Explanation:
9
How do you handle partitioning of large tables in MSSQL?
Explanation:
10
Explain a scenario where partitioning a database table is crucial for a business application in MSSQL and describe how you would implement it.
Explanation:
