Online tests assess the depth of your SQL knowledge. Taking SQL online practice
test helps you judge your database proficiency. The online SQL test here
comprises of theoritical and practical questions on SQL to find out your
current status and help you prepare for the job interviews, cerrtification
tests and other written tests. This is a set of 40 questions on SQL Server with
some sample objective questions.
Online Practice
Test > SQL Server online test
Here are few sample SQL Server test/quiz questions
Which of the following statements is/are false for Declarative Management
Framework (DMF) in sql server 2008?
System for managing the instances of SQL Server 2008
SQL Server does not enforce to define the policies by using Management Studio
Both b and d
A policy can be designed for allowing the usage of unauthorized applications
What is the purpose of MERGE in sql server 2008?
Merge statement allows a single statement for INSERT, DELETE and UPDATE a row
that depends on a condition
Merge statement allows multiple statements for INSERT, DELETE and UPDATE a row
that depends on a condition
Merge statement allows a single statement for INSERT, DELETE and UPDATE a row
that is independant on a condition
Merge statement allows multiple statements for INSERT, DELETE and UPDATE a row
that is independant on a condition
Which of the following statements is/are true for SQL server?
SQL Server has Logical Architecture and Physical Architecture.
Both a and c
SQL Server is compatible with structured query language and has rich support
for XML
SQL Server is a DBMS, a complete database.
Click here to
start SQL Server quiz/test
More Links
Latest answer: SQL Profiler is a tool that
stores events from the server. SQL Profiler saves the events in the trace
file............
Latest answer: A transaction is a set of
operations that works as a single unit. The ransactions can be categorized into
explicit, autocommit, and implicit..........
Latest answer: Restricting query result
means return of required rows instead of all rows of the table. This helps in
reducing network traffic............
|