Exam 10: Managing Databases With SQL Server 2008 R2

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.

(True/False)
4.7/5
(34)

SQL statements can be passed to SQL Server using the ________.

(Multiple Choice)
4.8/5
(39)

SQL Server user built-in system functions start with the @@ symbol.

(True/False)
4.9/5
(32)

Which of the following is generally used to create a new database?

(Multiple Choice)
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 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?

(Multiple Choice)
4.8/5
(38)

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

(Multiple Choice)
4.8/5
(35)

Which of the following is known to be true if the command EXEC abcCust @Cost = 5 is used to invoke a stored procedure in the Microsoft SQL Server Management Studio?

(Multiple Choice)
4.9/5
(35)

Using only SQL Server tools,you can enter data into a table by ________.

(Multiple Choice)
4.8/5
(29)

In SQL Server,SCROLL_LOCK is a version of pessimistic locking.

(True/False)
4.7/5
(40)

SQL Server AFTER triggers may be assigned to either tables or views.

(True/False)
5.0/5
(36)

Describe the database files that are automatically created when a new database is created in SQL Server.

(Essay)
4.9/5
(37)

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

(Multiple Choice)
4.8/5
(34)

When reviewing a table in the SQL Server GUI tools,which property should be set to "Yes" to indicate that the column is a surrogate key for which SQL Server should automatically supply values?

(Multiple Choice)
4.9/5
(31)

In SQL Server,it is not possible to make dirty reads.

(True/False)
4.9/5
(43)

When creating SQL Server tables in a database,SQL statements can now also be submitted by using ________.

(Multiple Choice)
4.9/5
(35)

The default cursor concurrency setting for a keyset cursor in SQL Server is ________.

(Multiple Choice)
4.7/5
(35)

Database views can only be created in SQL Server through the use of SQL commands.

(True/False)
4.9/5
(36)

SQL Server automatically creates an index on primary key fields only.

(True/False)
4.8/5
(32)

The default transaction isolation level for SQL Server is Read Committed.

(True/False)
4.8/5
(39)
Showing 41 - 60 of 100
close modal

Filters

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