Exam 10: A: Managing Databases With SQL Server 20012

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

Specifying locking hints in which parameter in an SQL clause can modify locking behavior in SQL Server?

(Multiple Choice)
4.7/5
(34)

Which of the following are ways of processing an SQL Server database?

(Multiple Choice)
4.8/5
(35)

When viewing the SQL Server list of tables in a database,dbo means "domain base object" and indicates a system table.

(True/False)
4.7/5
(35)

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

(True/False)
4.9/5
(33)

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

(True/False)
4.8/5
(25)

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

(True/False)
4.7/5
(28)

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

(True/False)
4.7/5
(23)

Which of the following is a type of recovery model supported in SQL Server in which all database changes are logged?

(Multiple Choice)
4.8/5
(33)

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

(Multiple Choice)
4.7/5
(32)

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

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

(Multiple Choice)
4.7/5
(35)

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

(True/False)
4.8/5
(35)

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

PL/SQL is a programming language for SQL Server that adds programming constructs to the SQL language.

(True/False)
4.9/5
(37)

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

(True/False)
4.9/5
(45)

Which type of backup in SQL Server will create a backup of the entire database?

(Multiple Choice)
4.9/5
(26)

Explain SQL Server indexes.

(Essay)
4.8/5
(43)

SQL Server system functions start with the symbol ________.

(Multiple Choice)
4.8/5
(44)

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

(True/False)
4.9/5
(39)

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

(Multiple Choice)
4.8/5
(26)
Showing 41 - 60 of 100
close modal

Filters

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