Exam 10: A: Managing Databases With SQL Server 20012

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

One means of processing an SQL Server database is to create application code in a programming language and invoke SQL Server DBMS commands from that program.

Free
(True/False)
4.9/5
(25)
Correct Answer:
Verified

True

Which of the following is a type of cursor concurrency that causes SQL Server to place an update lock on a row when the row is read?

Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
Verified

A

Which of the following is not a transaction isolation level supported by SQL Server?

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

A

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

(Multiple Choice)
4.8/5
(35)

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

(Essay)
4.9/5
(31)

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.9/5
(42)

When viewing a table in the GUI tools table design window in SQL Server,the notation that should supply the values for a surrogate key is that the Identity property of that column is set to "Yes."

(True/False)
4.7/5
(37)

Which of the following is not a lock granularity supported by SQL Server?

(Multiple Choice)
4.9/5
(37)

SQL Server supports three types of indexes: clustered,unclustered,and random.

(True/False)
4.8/5
(29)

In SQL Server,the full recovery model creates a log for every change to the database.

(True/False)
4.8/5
(34)

Which type of index in SQL Server is faster for data retrieval?

(Multiple Choice)
4.8/5
(35)

Which type(s)of index in SQL Server has/have a bottom level that does not contain data but has pointers to the data?

(Multiple Choice)
4.8/5
(38)

SQL Server security provides three modes of authentication.

(True/False)
4.8/5
(36)

With SQL Server,the clustered index is faster for data retrieval.

(True/False)
4.8/5
(40)

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
(36)

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

(Multiple Choice)
4.8/5
(47)

Briefly explain the different SQL Server recovery models.

(Essay)
4.8/5
(32)

Explain two ways of creating tables in SQL Server.

(Essay)
4.7/5
(31)

The default cursor concurrency for a dynamic cursor in SQL Server is optimistic.

(True/False)
4.9/5
(36)

Which of the following is true of clustered indexes?

(Multiple Choice)
4.9/5
(27)
Showing 1 - 20 of 100
close modal

Filters

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