Exam 10: Managing Databases With SQL Server 2014

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

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

(True/False)
4.7/5
(37)

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

(True/False)
4.7/5
(31)

In the Microsoft SQL Server Management Studio,the amount to add to the surrogate key value when adding a new row is specified by the increment property.

(True/False)
4.7/5
(36)

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

(Multiple Choice)
4.7/5
(34)

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

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

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

(Multiple Choice)
4.9/5
(39)

The Microsoft SQL Server Management Studio Manager can be used to create a new database.

(True/False)
4.7/5
(38)

SQL Server automatically makes determinations of whether or not to promote or demote a lock.

(True/False)
4.7/5
(39)

In SQL Server,a transaction log backup makes a copy of the changes that have been made since the last time a backup of the entire database was made.

(True/False)
4.8/5
(28)

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

(Multiple Choice)
4.9/5
(38)

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

(Multiple Choice)
4.9/5
(37)

Which of the following is true about the SQL Server Import and Export Wizard?

(Multiple Choice)
4.8/5
(29)

SQL Server logins can be based on Windows Operating System security or SQL server-specific security.

(True/False)
4.8/5
(31)

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

(Multiple Choice)
4.7/5
(34)

Discuss the Microsoft PowerShell utility.

(Essay)
4.9/5
(40)

The SQL Server default when creating a new database is to create two data files and one log file for each database.

(True/False)
4.9/5
(30)

The default cursor concurrency for a dynamic cursor in SQL Server is optimistic.

(True/False)
4.7/5
(29)

Which of the following is true of clustered indexes?

(Multiple Choice)
4.8/5
(35)

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

(True/False)
4.8/5
(33)
Showing 81 - 100 of 101
close modal

Filters

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