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
To use an SQL Server reserved word as a user identifier,it must be enclosed in square brackets [ ].
Free
(True/False)
4.9/5
(43)
Correct Answer:
True
The name TRANSACTION is so special to SQL Server that no stored procedures will work on a table with that name.
Free
(True/False)
4.9/5
(26)
Correct Answer:
True
SQL Server AFTER triggers may be used with insert and update actions,but not delete actions.
Free
(True/False)
4.9/5
(34)
Correct Answer:
False
The language available in SQL Server that adds programming constructs to the SQL language is known as ________.
(Multiple Choice)
4.7/5
(35)
Which of the following is the most restrictive transaction isolation level supported by SQL Server?
(Multiple Choice)
4.8/5
(34)
With SQL Server,the preferred way to create database structures is with SQL statements.
(True/False)
4.9/5
(26)
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.7/5
(37)
The default cursor concurrency setting for a static cursor in SQL Server is ________.
(Multiple Choice)
4.7/5
(33)
Which of the following is not a type of trigger supported by SQL Server?
(Multiple Choice)
4.8/5
(32)
With SQL Server,a cluster index has the data with and in the same order as the bottom level of the index.
(True/False)
4.9/5
(40)
With SQL Server,a nonclustered index does not contain data but has pointers to the data.
(True/False)
4.8/5
(30)
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.8/5
(46)
In SQL Server,insert and update triggers store new values in a pseudotable named inserted.
(True/False)
4.9/5
(29)
Which type(s)of index(s)in SQL Server has/have a bottom level that does not contain data but has pointers to the data?
(Multiple Choice)
4.8/5
(30)
Which of the following is not a transaction isolation level supported by SQL Server?
(Multiple Choice)
4.9/5
(35)
In SQL Server,triggers can roll back the transaction that caused them to be fired.
(True/False)
4.8/5
(43)
The SQL Server GUI interface database management program is the ________.
(Multiple Choice)
4.8/5
(36)
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 ________.
(Multiple Choice)
4.9/5
(34)
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.8/5
(27)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)