Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Processing Fundamentals Study Set 1
Exam 10: Managing Databases With SQL Server 2014
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
True/False
In SQL Server,the full recovery model creates a log entry for every change to the database.
Question 62
Essay
Explain how to work around the SQL Server IDENTITY constraint when non-sequential data must be entered.
Question 63
Multiple Choice
The default cursor concurrency setting for a static cursor in SQL Server is ________.
Question 64
Multiple Choice
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?
Question 65
True/False
In addition to the standard SQL Server 2014 tools,SQL statements such as CREATE TABLE can now also be executed by using Microsoft's PowerShell.
Question 66
True/False
One means of processing an SQL Server database is to save groups of SQL Server DBMS commands in a text file and then process this file in the Microsoft SQL Server Management Studio.
Question 67
True/False
The Microsoft SQL Server Management Studio cannot verify SQL statements until they are executed.
Question 68
Multiple Choice
Anytime you want to use an SQL Server reserved word as a user identifier,enclose it in ________.
Question 69
Multiple Choice
Which of the following is known to be true if the command EXEC abcCust @Cost = 5 is used in SQL to invoke a stored procedure in Microsoft SQL Server?
Question 70
True/False
The developer can direct SQL Server to create indexes on non-key fields.
Question 71
Multiple Choice
For triggers on insert and update actions,the new column values are stored in ________.
Question 72
Essay
What is the SQL CLR?
Question 73
Multiple Choice
Which of the following is not a type of trigger supported by SQL Server?
Question 74
Multiple Choice
When reviewing a table in the SQL Server GUI tools,which property should be set to "Yes" to indicate that the column is a surrogate key for which SQL Server should automatically supply values?