Exam 10: Managing Databases With SQL Server 2008 R2

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

To use an SQL Server reserved word as a user identifier,it must be enclosed in square brackets [ ].

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

True

The name TRANSACTION is so special to SQL Server that no stored procedures will work on a table with that name.

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

True

SQL Server AFTER triggers may be used with insert and update actions,but not delete actions.

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

False

The language available in SQL Server that adds programming constructs to the SQL language is known as ________.

(Multiple Choice)
4.7/5
(35)

Which of the following is the most restrictive transaction isolation level supported by SQL Server?

(Multiple Choice)
4.8/5
(34)

With SQL Server,the preferred way to create database structures is with SQL statements.

(True/False)
4.9/5
(26)

Data can be entered directly into a table in Enterprise Manager or via SQL INSERT statements submitted through the Microsoft SQL Server Management Studio.

(True/False)
4.7/5
(37)

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

(Multiple Choice)
4.7/5
(33)

Which of the following is not a type of trigger supported by SQL Server?

(Multiple Choice)
4.8/5
(32)

With SQL Server,a cluster index has the data with and in the same order as the bottom level of the index.

(True/False)
4.9/5
(40)

With SQL Server,a nonclustered index does not contain data but has pointers to the data.

(True/False)
4.8/5
(30)

In SQL Server,locking behavior can be modified by providing locking hints in the WITH parameter of the FROM clause in SELECT statements.

(True/False)
4.8/5
(46)

In SQL Server,insert and update triggers store new values in a pseudotable named inserted.

(True/False)
4.9/5
(29)

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

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.9/5
(35)

In SQL Server,triggers can roll back the transaction that caused them to be fired.

(True/False)
4.8/5
(43)

The SQL Server GUI interface database management program is the ________.

(Multiple Choice)
4.8/5
(36)

When creating a T-SQL statement,you should:

(Multiple Choice)
4.9/5
(42)

A stored procedure can be stored in a text file and run with the Microsoft SQL Server Management Studio.If we are running the code that creates this procedure for the third time,it must start with ________.

(Multiple Choice)
4.9/5
(34)

One means of processing an SQL Server database is to save groups of SQL Server DBMS commands in a text file and then process this file in the Microsoft SQL Server Management Studio.

(True/False)
4.8/5
(27)
Showing 1 - 20 of 100
close modal

Filters

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