Exam 10: Managing Databases With SQL Server 2014
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language114 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model104 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing104 Questions
Exam 8: Database Redesign103 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2014101 Questions
Exam 11: Managing Databases With Oracle Database106 Questions
Exam 12: Managing Databases With Mysql 5.6101 Questions
Exam 13: The Web Server Environment128 Questions
Exam 14: Big Data, Data-Warehouses, and Business Intelligence Systems108 Questions
Exam 15: Getting Started With Microsoft Access 201353 Questions
Exam 16: Getting Started With Systems Analysis and Design37 Questions
Exam 17: E-R Diagrams and the IDEF1X Standard37 Questions
Exam 18: E-R Diagrams and the UML Standard36 Questions
Exam 19: Getting Started With Mysql Workbench Data Modeling Tools37 Questions
Exam 20: Getting Started With Microsoft Visio 201332 Questions
Exam 21: Data Structures for Database Processing39 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Getting Started With Web Servers, PHP, and the Netbeans IDE35 Questions
Exam 24: Business Intelligence Systems82 Questions
Exam 25: Big Data81 Questions
Select questions type
In SQL Server,the full recovery model creates a log entry for every change to the database.
(True/False)
4.9/5
(26)
Explain how to work around the SQL Server IDENTITY constraint when non-sequential data must be entered.
(Essay)
4.8/5
(32)
The default cursor concurrency setting for a static cursor in SQL Server is ________.
(Multiple Choice)
4.8/5
(31)
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
(35)
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.
(True/False)
4.8/5
(28)
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.
(True/False)
4.9/5
(40)
The Microsoft SQL Server Management Studio cannot verify SQL statements until they are executed.
(True/False)
4.8/5
(37)
Anytime you want to use an SQL Server reserved word as a user identifier,enclose it in ________.
(Multiple Choice)
4.9/5
(33)
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?
(Multiple Choice)
4.7/5
(29)
The developer can direct SQL Server to create indexes on non-key fields.
(True/False)
4.9/5
(39)
For triggers on insert and update actions,the new column values are stored in ________.
(Multiple Choice)
4.8/5
(36)
Which of the following is not a type of trigger supported by SQL Server?
(Multiple Choice)
4.9/5
(34)
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?
(Multiple Choice)
4.8/5
(30)
With SQL Server,the clustered index is faster for data retrieval.
(True/False)
4.9/5
(28)
SQL Server 2014 provides two ways to create tables-graphically and through SQL code.
(True/False)
4.9/5
(30)
The default transaction isolation level for SQL Server is Read Committed.
(True/False)
5.0/5
(38)
In the Microsoft SQL Server Management Studio,the starting value for a field that has been set as an IDENTITY in SQL Server is set in the seed (StartingValue)property.
(True/False)
4.7/5
(43)
Showing 61 - 80 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)