Exam 10: Managing Databases With SQL Server 2014

arrow

14,868 students have unlocked this exam

  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

When recovering a database in SQL Server,it is possible to process the log to a particular point in time or to a transaction mark.

(True/False)
4.8/5
(38)

Explain SQL Server indexes.

(Essay)
4.8/5
(36)

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

(Essay)
4.9/5
(32)

In an SQL Server clustered index,the data are stored in the bottom level of the index and in the same order as the index.

(True/False)
4.8/5
(46)

SQL Server system function names start with the symbol ________.

(Multiple Choice)
4.8/5
(33)

When you use the Microsoft SQL Server Management Studio to run and rerun a set of SQL Server DBMS commands stored in a text file,the stored procedure must start with CREATE PROCEDURE.

(True/False)
4.9/5
(32)

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

(Multiple Choice)
4.8/5
(31)

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

(True/False)
4.8/5
(30)

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

(Multiple Choice)
4.7/5
(32)

SQL Server supports AFTER and INSTEAD OF triggers,but not BEFORE triggers.

(True/False)
4.8/5
(40)

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

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

(True/False)
4.8/5
(40)

Briefly explain the process for importing spreadsheet data into a SQL Server table,and indicate some of the pitfalls or potential problems.

(Essay)
4.8/5
(24)

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

(Multiple Choice)
4.9/5
(41)

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

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

(Multiple Choice)
4.8/5
(32)

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

(Multiple Choice)
4.8/5
(29)

In SQL Server,a differential backup makes a copy of the entire database.

(True/False)
4.9/5
(41)

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

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.8/5
(32)
Showing 41 - 60 of 101
close modal

Filters

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