Q1
True / FalseSQL Server supports both structured and semi-structured data.
SQL Server supports structured data through tables and semi-structured data through XML and JSON.
Q2
True / FalseA database platform is software that interacts with the user, applications, and the database itself to capture and analyze data.
A database platform provides the necessary tools and environment to manage and interact with databases.
Q3
True / FalseSQL Server does not provide any in-memory processing capabilities.
SQL Server does provide in-memory processing capabilities through features like In-Memory OLTP.
Q4
True / FalseSQL Server can only run on Windows operating systems.
SQL Server can run on both Windows and Linux operating systems.
Q5
True / FalseSQL Server provides tools for data warehousing and analytics.
SQL Server includes features like SQL Server Analysis Services (SSAS) for data warehousing and analytics.
Q6
True / FalseA clustered index in SQL Server does not change the physical order of the data in the table.
A clustered index changes the physical order of the data in the table to match the index order.
Q7
True / FalseReplication in SQL Server allows for copying and distributing data and database objects from one database to another.
Replication supports data distribution and synchronization across multiple databases.
Q8
True / FalseSQL Server does not support user-defined functions.
SQL Server supports user-defined functions to allow reusable code in queries and applications.
Q9
True / FalseSQL Server Integration Services (SSIS) is used for data integration and workflow applications.
SSIS provides ETL (Extract, Transform, Load) capabilities for data integration and workflow automation.
Q10
True / FalseSQL Server's Always On Availability Groups provide high availability and disaster recovery solutions.
Always On Availability Groups are designed for high availability and disaster recovery in SQL Server.
Q11
True / FalseThe SQL Server Agent is used to automate administrative tasks.
SQL Server Agent is used to schedule and execute administrative tasks like backups and database maintenance.
Q12
True / FalseSQL Server Management Studio (SSMS) is a tool used for database development and management.
SSMS provides an integrated environment for managing SQL Server infrastructure and databases.
Q13
True / FalseSQL Server does not support full-text indexing.
SQL Server supports full-text indexing to enhance search capabilities for large text-based data.
Q14
True / FalseSQL Server's Transaction Log is used to record all transactions and database modifications.
The Transaction Log in SQL Server is crucial for data recovery and maintaining database integrity.
Q15
True / FalseSQL Server Reporting Services (SSRS) is used to generate and manage reports.
SSRS provides tools for creating, managing, and delivering a wide range of interactive and printed reports.