Exam 10: Managing Databases With SQL Server 2008 R2
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL100 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 Processing105 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2008 R2100 Questions
Exam 11: Managing Databases With Oracle Database 11g100 Questions
Exam 12: Managing Databases With MySQL 55100 Questions
Exam 13: The Web Server Environment110 Questions
Exam 14: Database Processing With XML100 Questions
Exam 15: Database Processing for Business Intelligence Systems101 Questions
Exam 16: Microsoft Access 201048 Questions
Exam 17: Getting Started With Systems Analysis and Design35 Questions
Exam 18: E-R Diagrams and the Idef1x Standard35 Questions
Exam 19: E-R Diagrams and the UML Standard36 Questions
Exam 20: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 21: Getting Started With Microsoft Visio 201036 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Data Structures for Database Processing35 Questions
Exam 24: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Select questions type
Anytime you want to use an SQL Server reserved word as a user identifier,enclose it in ________.
(Multiple Choice)
4.8/5
(40)
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.8/5
(30)
When viewing a table in the GUI tools table design window in SQL Server,the primary key is indicated by a black arrow.
(True/False)
4.9/5
(36)
When viewing the SQL Server list of tables in a database,dbo means "domain base object" and indicates a system table.
(True/False)
4.7/5
(30)
SQL Server 2008 provides two ways to create tables-graphically and through SQL code.
(True/False)
4.8/5
(30)
Locking hints included in an SQL statement will override locking behavior based on explicit transaction isolation level statements.
(True/False)
4.8/5
(35)
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)
5.0/5
(25)
The developer can direct SQL Server to create indexes on non-key fields.
(True/False)
4.7/5
(38)
SQL Server user variables and parameters start with the symbol ________.
(Multiple Choice)
4.7/5
(36)
Briefly describe how a developer defines the type of locking behavior to be used with SQL Server.
(Essay)
4.9/5
(30)
The SQL Server default when creating a new database is to create ________ for each database.
(Multiple Choice)
4.8/5
(33)
SQL Server security roles provide a simple way to control user privileges in a database.
(True/False)
4.7/5
(29)
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.9/5
(32)
SQL Server automatically makes determinations of whether or not to promote or demote a lock.
(True/False)
4.8/5
(38)
Explain how to work around the SQL Server IDENTITY constraint when non-sequential data must be entered.
(Essay)
4.8/5
(26)
PL/SQL is a programming language for SQL Server that adds programming constructs to the SQL language.
(True/False)
4.9/5
(30)
The Microsoft SQL Server Management Studio Manager can be used to create a new database.
(True/False)
4.8/5
(34)
Showing 21 - 40 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)