Exam 10: A: Managing Databases With SQL Server 20012

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

When creating a T-SQL statement,you should:

(Multiple Choice)
4.8/5
(31)

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

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

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.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
(39)

The SQL Server GUI program is the Enterprise Manager.

(True/False)
4.8/5
(42)

SQL Server user built-in system functions start with the @@ symbol.

(True/False)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(33)

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

(True/False)
4.9/5
(37)

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

(Multiple Choice)
4.9/5
(38)

The default transaction isolation level for SQL Server is Read Committed.

(True/False)
4.9/5
(29)

What name is so special to SQL Server that no stored procedure will work on a table with that name,not even if it is enclosed in brackets?

(Multiple Choice)
4.9/5
(32)

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

(True/False)
4.9/5
(28)

The developer can direct SQL Server to create indexes on non-key fields.

(True/False)
4.7/5
(37)

The recommended SQL Server security is Windows-only security.

(True/False)
4.8/5
(36)

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

Database views can only be created in SQL Server through the use of SQL commands.

(True/False)
4.8/5
(39)

Anytime you want to use an SQL Server reserved word as a user identifier,enclose it in ________.

(Multiple Choice)
4.9/5
(28)

In SQL Server,an interactive 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.9/5
(31)

Which of the following is not a type of trigger supported by SQL Server?

(Multiple Choice)
4.9/5
(28)
Showing 81 - 100 of 100
close modal

Filters

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