Exam 10: Managing Databases With SQL Server 2008 R2

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following are ways of processing an SQL Server database?

(Multiple Choice)
4.8/5
(37)

Which of the following is the default transaction isolation level for SQL Server?

(Multiple Choice)
4.8/5
(33)

Briefly explain the different SQL Server backup types.

(Essay)
4.8/5
(39)

In the Microsoft SQL Server Management Studio,the amount to add to the surrogate key value when adding a new row is specified by the increment property.

(True/False)
4.8/5
(31)

SQL Server security provides three modes of authentication.

(True/False)
4.8/5
(36)

Explain SQL Server indexes.

(Essay)
4.9/5
(38)

SQL Server user variables and parameters start with the @ symbol.

(True/False)
4.8/5
(34)

What name is so special to SQL Server that no stored procedure will work on a table with that name,not even if it is enclosed in brackets?

(Multiple Choice)
4.8/5
(28)

A view may not be assigned to a(n)________.

(Multiple Choice)
4.7/5
(31)

The Microsoft SQL Server Management Studio cannot verify SQL statements until they are executed.

(True/False)
4.9/5
(36)

Specifying locking hints in which parameter in an SQL clause can modify locking behavior in SQL Server?

(Multiple Choice)
4.9/5
(33)

When you use the Microsoft SQL Server Management Studio to run and rerun a set of SQL Server DBMS commands stored in a text file,the stored procedure must start with CREATE PROCEDURE.

(True/False)
4.8/5
(39)

In addition to the standard SQL Server 2008 R2 tools,SQL statements such as CREATE TABLE can now also be executed by using Microsoft's PowerShell.

(True/False)
4.8/5
(35)

Explain two ways of creating tables in SQL Server.

(Essay)
4.8/5
(28)

SQL Server supports three recovery models: simple,complex and bulk logged.

(True/False)
4.9/5
(34)

With SQL Server,only one cluster index is allowed per table.

(True/False)
4.9/5
(24)

SQL Server tables can be created and modified using ________.

(Multiple Choice)
4.8/5
(38)

The SQL Server default when creating a new database is to create two data files and one log file for each database.

(True/False)
4.9/5
(25)

For triggers on insert and update actions,the new column values are stored in ________.

(Multiple Choice)
4.9/5
(35)

The column(s)that is/are the primary key in an SQL table are indicated by ________ when viewed graphically in Enterprise Manager.

(Multiple Choice)
4.8/5
(31)
Showing 61 - 80 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)