Exam 10: Managing Databases With SQL Server 2014

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

To use an SQL Server reserved word as a user identifier,it must be enclosed in square brackets [ ].

Free
(True/False)
4.9/5
(28)
Correct Answer:
Verified

True

Locking hints included in an SQL statement will override locking behavior based on explicit transaction isolation level statements.

Free
(True/False)
4.9/5
(36)
Correct Answer:
Verified

True

Explain two ways of creating tables in SQL Server.

Free
(Essay)
4.8/5
(31)
Correct Answer:
Verified

SQL Server tables can be created in either the Microsoft SQL Server Management Studio,which is a GUI environment,or in Microsoft PowerShell if a command line method is preferred.The Microsoft SQL Server Management Studio,like any Windows program,uses a set of menu choices and dialog boxes to create tables.Properties in property dialog boxes can be used to modify table and column properties.The Microsoft SQL Server Management Studio also allows the use of standard SQL statements to create and modify tables.Although it is text-based,it is simpler to use because it uses standard SQL.

The column(s)that is/are the primary key in an SQL table are indicated by ________ when viewed graphically in Enterprise Manager.

(Multiple Choice)
4.9/5
(34)

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

(True/False)
4.8/5
(34)

Describe the database files that are automatically created when a new database is created in SQL Server.

(Essay)
4.8/5
(38)

SQL Server security roles provide a simple way to control user privileges in a database.

(True/False)
4.9/5
(33)

A stored procedure can be stored in a text file and run with the Microsoft SQL Server Management Studio.If we are running the code that creates this procedure for the third time,it must start with ________.

(Multiple Choice)
4.9/5
(35)

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

(True/False)
4.7/5
(41)

In SQL Server,insert and update triggers store new values in a pseudotable named inserted.

(True/False)
4.9/5
(32)

Which of the following is not a transaction isolation level supported by SQL Server?

(Multiple Choice)
4.9/5
(39)

Which of the following is the most restrictive transaction isolation level option supported by SQL Server?

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.9/5
(35)

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

(Multiple Choice)
5.0/5
(26)

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

(Multiple Choice)
4.7/5
(29)

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

(True/False)
4.7/5
(30)

Explain the SQL Server IDENTITY constraint.

(Essay)
4.9/5
(31)

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

(True/False)
4.8/5
(28)

Briefly explain the different SQL Server backup types.

(Essay)
4.7/5
(39)

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

(Multiple Choice)
4.8/5
(30)
Showing 1 - 20 of 101
close modal

Filters

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