Exam 10: A: Managing Databases With SQL Server 20012
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL105 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model100 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: Sql for Database Construction and Application Processing100 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: A: Managing Databases With SQL Server 20012100 Questions
Exam 10: B: Managing Databases With Oracle Database 11g Release 2100 Questions
Exam 10: C: Managing Databases With MySQL100 Questions
Exam 11: The Web Server Environment198 Questions
Exam 12: Big Data datawarehouse and Business Intelligence Systems102 Questions
Exam 13: Microsoft Access 201348 Questions
Exam 14: Getting Started With Systems Analysis and Design35 Questions
Exam 15: E-R Diagrams and the Idef1x Standard35 Questions
Exam 16: E-R Diagrams and the UML Standard36 Questions
Exam 17: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 18: Getting Started With Microsoft Visio 201334 Questions
Exam 19: Data Structures for Database Processing35 Questions
Exam 20: the Semantic Object Model35 Questions
Exam 21: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Exam 22: Business Intelligence Systems80 Questions
Select questions type
Describe the database files that are automatically created when a new database is created in SQL Server.
(Essay)
4.8/5
(26)
The default cursor concurrency setting for a static cursor in SQL Server is ________.
(Multiple Choice)
4.7/5
(28)
SQL Server supports AFTER and INSTEAD OF triggers,but not BEFORE triggers.
(True/False)
4.7/5
(37)
To use an SQL Server reserved word as a user identifier,it must be enclosed in square brackets [ ].
(True/False)
4.9/5
(39)
SQL Server automatically creates an index on primary key fields only.
(True/False)
4.8/5
(34)
SQL Server bulk-logged recovery differs from other log-based recovery methods because it does not include log entries for changes that cause large log entries.
(True/False)
4.9/5
(37)
For triggers on insert and update actions,the new column values are stored in ________.
(Multiple Choice)
4.9/5
(26)
In SQL Server,insert and update triggers store old values in a pseudotable named deleted.
(True/False)
4.9/5
(33)
SQL Statements can be submitted to SQL Server from the Microsoft SQL Server Management Studio.
(True/False)
4.8/5
(28)
In SQL Server,a differential backup makes a copy of the entire database.
(True/False)
4.9/5
(29)
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.9/5
(34)
SQL Server tables can be created and modified using ________.
(Multiple Choice)
4.7/5
(37)
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
(31)
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
(32)
SQL Server supports three recovery models: simple,complex and bulk logged.
(True/False)
4.8/5
(39)
SQL Server automatically makes determinations of whether or not to promote or demote a lock.
(True/False)
4.9/5
(22)
Locking hints included in an SQL statement will override locking behavior based on explicit transaction isolation level statements.
(True/False)
4.8/5
(43)
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
(28)
Showing 21 - 40 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)