Services
Discover
Homeschooling
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
Quiz 10: A: Managing Databases With SQL Server 20012
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Multiple Choice
Which of the following is true about indexes in SQL Server?
Question 62
Multiple Choice
SQL Server system functions start with the symbol ________.
Question 63
Multiple Choice
Which type of index in SQL Server is faster for data retrieval?
Question 64
Multiple Choice
Which of the following is not a type of trigger supported by SQL Server?
Question 65
Multiple Choice
A view may not be assigned to a(n) ________.
Question 66
Multiple Choice
When creating SQL Server tables in a database,SQL statements can now also be submitted by using ________.
Question 67
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 68
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?
Question 69
Multiple Choice
Which type(s) of index in SQL Server has/have a bottom level that does not contain data but has pointers to the data?
Question 70
Multiple Choice
For triggers on insert and update actions,the new column values are stored in ________.
Question 71
Multiple Choice
Which of the following is known to be true if the command EXEC abcCust @Cost = 5 is used to invoke a stored procedure in the Microsoft SQL Server Management Studio?
Question 72
Multiple Choice
Which of the following is true of clustered indexes?
Question 73
Multiple Choice
The language available in SQL Server that adds programming constructs to the SQL language is known as ________.
Question 74
Multiple Choice
Using only SQL Server tools,you can enter data into a table by ________.
Question 75
Multiple Choice
When creating a T-SQL statement,you should:
Question 76
Multiple Choice
Which of the following are ways of processing an SQL Server database?
Question 77
Multiple Choice
SQL Server user variables and parameters start with the symbol ________.
Question 78
Multiple Choice
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 ________.