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 41
True/False
When recovering a database in SQL Server,it is possible to process the log to a particular point in time or to a transaction mark.
Question 42
Essay
Explain SQL Server indexes.
Question 43
Essay
Briefly describe how a developer defines the type of locking behavior to be used with SQL Server.
Question 44
True/False
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.
Question 45
Multiple Choice
SQL Server system function names start with the symbol ________.
Question 46
True/False
When you use the Microsoft SQL Server Management Studio to run and rerun a set of SQL Server DBMS commands stored in a text file,the stored procedure must start with CREATE PROCEDURE.
Question 47
Multiple Choice
A view may not be assigned to a(n) ________.
Question 48
True/False
With SQL Server,a clustered index has the data with,and in the same order as,the bottom level of the index.
Question 49
Multiple Choice
The default cursor concurrency setting for a keyset cursor in SQL Server is ________.
Question 50
True/False
SQL Server supports AFTER and INSTEAD OF triggers,but not BEFORE triggers.
Question 51
True/False
When viewing a table in the GUI tools table design window in SQL Server,the notation that should supply the values for a surrogate key is that the Identity property of that column is set to "Yes."