Exam 10: Managing Databases With SQL Server 2014

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

When creating a T-SQL statement,you should ________.

(Multiple Choice)
4.9/5
(25)

SQL Server AFTER triggers may be assigned to either tables or views.

(True/False)
4.8/5
(37)

The SQL Server GUI program is the Enterprise Manager.

(True/False)
4.9/5
(35)

SQL Server supports three recovery models: simple,complex and bulk logged.

(True/False)
4.9/5
(32)

SQL Server bulk-logged recovery differs from other log-based recovery methods because it does not include log entries for changes that cause large log entries.

(True/False)
4.7/5
(30)

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

(True/False)
4.9/5
(37)

When viewing a table in the GUI tools table design window in SQL Server,the primary key is indicated by a black arrow.

(True/False)
4.8/5
(29)

SQL Statements can be submitted to SQL Server from the Microsoft SQL Server Management Studio.

(True/False)
4.8/5
(34)

SQL Server supports three types of indexes: clustered,unclustered,and random.

(True/False)
4.8/5
(38)

When using SQL Server,developers place explicit locks.

(True/False)
4.8/5
(47)

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

(True/False)
4.9/5
(40)

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

(Multiple Choice)
4.9/5
(43)

Which of the following is true about indexes in SQL Server?

(Multiple Choice)
4.8/5
(32)

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

(True/False)
4.8/5
(19)

Stored procedures and triggers in SQL Server may become confused while executing stored procedures and triggers when SQL Server special words such as TRANSACTION appear as table or other names,even if they are enclosed in square brackets [ ].

(True/False)
4.8/5
(38)

In SQL Server,insert and update triggers store old values in a pseudotable named deleted.

(True/False)
4.8/5
(28)

SQL Server tables can be created and modified using ________.

(Multiple Choice)
4.8/5
(31)

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

(True/False)
4.9/5
(51)

Briefly explain the different SQL Server recovery models.

(Essay)
4.8/5
(28)

SQL Server built-in system function names start with the @@ symbol.

(True/False)
4.8/5
(36)
Showing 21 - 40 of 101
close modal

Filters

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