Exam 10: Managing Databases With SQL Server 2014

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

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

(True/False)
4.9/5
(26)

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

(Essay)
4.8/5
(32)

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

(Multiple Choice)
4.8/5
(31)

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

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

(True/False)
4.8/5
(28)

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

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

(True/False)
4.8/5
(37)

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

(Multiple Choice)
4.9/5
(33)

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

(Multiple Choice)
4.7/5
(29)

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

(True/False)
4.9/5
(39)

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

(Multiple Choice)
4.8/5
(36)

What is the SQL CLR?

(Essay)
4.9/5
(31)

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

(Multiple Choice)
4.9/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.8/5
(30)

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

(True/False)
4.9/5
(28)

The recommended SQL Server security is Windows-only security.

(True/False)
4.7/5
(38)

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

(True/False)
4.9/5
(29)

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

(True/False)
4.9/5
(30)

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

(True/False)
5.0/5
(38)

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.7/5
(43)
Showing 61 - 80 of 101
close modal

Filters

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