We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Database Questions
1. What is a database, and why is it important in SQL Server?
2. What are the different types of databases you can create in MS SQL? 3. How do you create a new database in SQL Server Management Studio (SSMS)? 4. What is the difference between CREATE DATABASE and ALTER DATABASE statements? 5. What are the key components of a database in SQL Server? 6. What are the system databases in MS SQL Server, and what are their purposes? 7. What is a database filegroup, and how do you create one? - - Advance Qn. 8. How can you back up and restore a database in SQL Server? 9. What are the best practices for naming databases in MS SQL Server? 10. What is the difference between .mdf and .ldf files in MS SQL Server? 11. How can you check the properties of an existing database?