Exam 10: A: Managing Databases With SQL Server 20012

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

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

(True/False)
4.7/5
(38)

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

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

(Multiple Choice)
4.9/5
(35)

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

Briefly explain the different SQL Server backup types.

(Essay)
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
(33)

What is the SQL CLR?

(Essay)
4.8/5
(25)

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

(Multiple Choice)
4.7/5
(26)

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

(Multiple Choice)
4.8/5
(35)

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

(Multiple Choice)
4.9/5
(37)

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

(Essay)
4.9/5
(29)

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

(True/False)
4.8/5
(25)

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

(True/False)
4.8/5
(40)

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

(True/False)
4.9/5
(31)

A view may not be assigned to a(n)________.

(Multiple Choice)
4.8/5
(27)

With SQL Server,only one cluster index is allowed per table.

(True/False)
4.8/5
(32)

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

(Multiple Choice)
4.8/5
(29)

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

(True/False)
4.8/5
(48)

Explain the SQL Server IDENTITY constraint.

(Essay)
4.8/5
(41)

When using SQL Server,developers place explicit locks.

(True/False)
5.0/5
(34)
Showing 61 - 80 of 100
close modal

Filters

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