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
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.
Free
(True/False)
4.9/5
(25)
Correct Answer:
True
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?
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
A
Which of the following is not a transaction isolation level supported by SQL Server?
Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
A
The SQL Server default when creating a new database is to create ________ for each database.
(Multiple Choice)
4.8/5
(35)
Briefly describe how a developer defines the type of locking behavior to be used with SQL Server.
(Essay)
4.9/5
(31)
The column(s)that is/are the primary key in an SQL table are indicated by ________ when viewed graphically in Enterprise Manager.
(Multiple Choice)
4.9/5
(42)
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.7/5
(37)
Which of the following is not a lock granularity supported by SQL Server?
(Multiple Choice)
4.9/5
(37)
SQL Server supports three types of indexes: clustered,unclustered,and random.
(True/False)
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 type of index in SQL Server is faster for data retrieval?
(Multiple Choice)
4.8/5
(35)
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
(38)
With SQL Server,the clustered index is faster for data retrieval.
(True/False)
4.8/5
(40)
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
(36)
Which of the following is the default transaction isolation level for SQL Server?
(Multiple Choice)
4.8/5
(47)
The default cursor concurrency for a dynamic cursor in SQL Server is optimistic.
(True/False)
4.9/5
(36)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)