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
One means of processing an SQL Server database is to create application code in a programming language and invoke SQL Server DBMS commands from that program.
(True/False)
4.7/5
(34)
SQL statements can be passed to SQL Server using the ________.
(Multiple Choice)
4.8/5
(39)
SQL Server user built-in system functions start with the @@ symbol.
(True/False)
4.9/5
(32)
Which of the following is generally used to create a new database?
(Multiple Choice)
4.8/5
(29)
In SQL Server,the full recovery model creates a log for every change to the database.
(True/False)
4.8/5
(34)
Which of the following is a type of cursor concurrency that causes SQL Server to place an update lock on a row when the row is read?
(Multiple Choice)
4.8/5
(38)
Which type of index in SQL Server is faster for data retrieval?
(Multiple Choice)
4.8/5
(35)
Which of the following is known to be true if the command EXEC abcCust @Cost = 5 is used to invoke a stored procedure in the Microsoft SQL Server Management Studio?
(Multiple Choice)
4.9/5
(35)
Using only SQL Server tools,you can enter data into a table by ________.
(Multiple Choice)
4.8/5
(29)
SQL Server AFTER triggers may be assigned to either tables or views.
(True/False)
5.0/5
(36)
Describe the database files that are automatically created when a new database is created in SQL Server.
(Essay)
4.9/5
(37)
Which of the following is not a lock granularity supported by SQL Server?
(Multiple Choice)
4.8/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.9/5
(31)
When creating SQL Server tables in a database,SQL statements can now also be submitted by using ________.
(Multiple Choice)
4.9/5
(35)
The default cursor concurrency setting for a keyset cursor in SQL Server is ________.
(Multiple Choice)
4.7/5
(35)
Database views can only be created in SQL Server through the use of SQL commands.
(True/False)
4.9/5
(36)
SQL Server automatically creates an index on primary key fields only.
(True/False)
4.8/5
(32)
The default transaction isolation level for SQL Server is Read Committed.
(True/False)
4.8/5
(39)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)