Exam 10: Managing Databases With SQL Server 2008 R2

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

Anytime you want to use an SQL Server reserved word as a user identifier,enclose it in ________.

(Multiple Choice)
4.8/5
(40)

SQL Server bulk-logged recovery differs from other log-based recovery methods because it does not include log entries for changes that cause large log entries.

(True/False)
4.8/5
(30)

When viewing a table in the GUI tools table design window in SQL Server,the primary key is indicated by a black arrow.

(True/False)
4.9/5
(36)

When viewing the SQL Server list of tables in a database,dbo means "domain base object" and indicates a system table.

(True/False)
4.7/5
(30)

SQL Server 2008 provides two ways to create tables-graphically and through SQL code.

(True/False)
4.8/5
(30)

Locking hints included in an SQL statement will override locking behavior based on explicit transaction isolation level statements.

(True/False)
4.8/5
(35)

In an SQL Server clustered index,the data are stored in the bottom level of the index and in the same order as the index.

(True/False)
5.0/5
(25)

The developer can direct SQL Server to create indexes on non-key fields.

(True/False)
4.7/5
(38)

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

(Multiple Choice)
4.7/5
(36)

Briefly describe how a developer defines the type of locking behavior to be used with SQL Server.

(Essay)
4.9/5
(30)

The SQL Server default when creating a new database is to create ________ for each database.

(Multiple Choice)
4.8/5
(33)

SQL Server security roles provide a simple way to control user privileges in a database.

(True/False)
4.7/5
(29)

In the Microsoft SQL Server Management Studio,the starting value for a field that has been set as an IDENTITY in SQL Server is set in the seed (StartingValue)property.

(True/False)
4.9/5
(32)

Explain the SQL Server IDENTITY constraint.

(Essay)
4.8/5
(35)

Which of the following is true of clustered indexes?

(Multiple Choice)
4.8/5
(32)

SQL Server automatically makes determinations of whether or not to promote or demote a lock.

(True/False)
4.8/5
(38)

Explain how to work around the SQL Server IDENTITY constraint when non-sequential data must be entered.

(Essay)
4.8/5
(26)

The SQL Server GUI program is the Enterprise Manager.

(True/False)
4.9/5
(40)

PL/SQL is a programming language for SQL Server that adds programming constructs to the SQL language.

(True/False)
4.9/5
(30)

The Microsoft SQL Server Management Studio Manager can be used to create a new database.

(True/False)
4.8/5
(34)
Showing 21 - 40 of 100
close modal

Filters

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