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
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.
(True/False)
4.8/5
(38)
Briefly describe how a developer defines the type of locking behavior to be used with SQL Server.
(Essay)
4.9/5
(32)
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.
(True/False)
4.8/5
(46)
SQL Server system function names start with the symbol ________.
(Multiple Choice)
4.8/5
(33)
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.
(True/False)
4.9/5
(32)
With SQL Server,a clustered index has the data with,and in the same order as,the bottom level of the index.
(True/False)
4.8/5
(30)
The default cursor concurrency setting for a keyset cursor in SQL Server is ________.
(Multiple Choice)
4.7/5
(32)
SQL Server supports AFTER and INSTEAD OF triggers,but not BEFORE triggers.
(True/False)
4.8/5
(40)
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."
(True/False)
4.8/5
(31)
SQL Server automatically creates an index on primary key fields only.
(True/False)
4.8/5
(40)
Briefly explain the process for importing spreadsheet data into a SQL Server table,and indicate some of the pitfalls or potential problems.
(Essay)
4.8/5
(24)
SQL statements can be passed to SQL Server using the ________.
(Multiple Choice)
4.9/5
(41)
In SQL Server,locking behavior can be modified by providing locking hints in the WITH parameter of the FROM clause in SELECT statements.
(True/False)
4.9/5
(34)
Which of the following is the default transaction isolation level for SQL Server?
(Multiple Choice)
4.8/5
(32)
The language available in SQL Server that adds programming constructs to the SQL language is known as ________.
(Multiple Choice)
4.8/5
(29)
In SQL Server,a differential backup makes a copy of the entire database.
(True/False)
4.9/5
(41)
Which type(s)of index in SQL Server has/have a bottom level that does not contain data but has pointers to the data?
(Multiple Choice)
4.8/5
(50)
Data can be entered directly into a table in Enterprise Manager or via SQL INSERT statements submitted through the Microsoft SQL Server Management Studio.
(True/False)
4.8/5
(32)
Showing 41 - 60 of 101
Filters
- Essay(11)
- Multiple Choice(35)
- Short Answer(0)
- True False(55)
- Matching(0)