Exam 10: Managing Databases With SQL Server 2014
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language114 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model104 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing104 Questions
Exam 8: Database Redesign103 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2014101 Questions
Exam 11: Managing Databases With Oracle Database106 Questions
Exam 12: Managing Databases With Mysql 5.6101 Questions
Exam 13: The Web Server Environment128 Questions
Exam 14: Big Data, Data-Warehouses, and Business Intelligence Systems108 Questions
Exam 15: Getting Started With Microsoft Access 201353 Questions
Exam 16: Getting Started With Systems Analysis and Design37 Questions
Exam 17: E-R Diagrams and the IDEF1X Standard37 Questions
Exam 18: E-R Diagrams and the UML Standard36 Questions
Exam 19: Getting Started With Mysql Workbench Data Modeling Tools37 Questions
Exam 20: Getting Started With Microsoft Visio 201332 Questions
Exam 21: Data Structures for Database Processing39 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Getting Started With Web Servers, PHP, and the Netbeans IDE35 Questions
Exam 24: Business Intelligence Systems82 Questions
Exam 25: Big Data81 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
(28)
Correct Answer:
True
Locking hints included in an SQL statement will override locking behavior based on explicit transaction isolation level statements.
Free
(True/False)
4.9/5
(36)
Correct Answer:
True
Explain two ways of creating tables in SQL Server.
Free
(Essay)
4.8/5
(31)
Correct Answer:
SQL Server tables can be created in either the Microsoft SQL Server Management Studio,which is a GUI environment,or in Microsoft PowerShell if a command line method is preferred.The Microsoft SQL Server Management Studio,like any Windows program,uses a set of menu choices and dialog boxes to create tables.Properties in property dialog boxes can be used to modify table and column properties.The Microsoft SQL Server Management Studio also allows the use of standard SQL statements to create and modify tables.Although it is text-based,it is simpler to use because it uses standard SQL.
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
(34)
The name TRANSACTION is so special to SQL Server that no stored procedures will work on a table with that name.
(True/False)
4.8/5
(34)
Describe the database files that are automatically created when a new database is created in SQL Server.
(Essay)
4.8/5
(38)
SQL Server security roles provide a simple way to control user privileges in a database.
(True/False)
4.9/5
(33)
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
(35)
SQL Server AFTER triggers may be used with insert and update actions,but not delete actions.
(True/False)
4.7/5
(41)
In SQL Server,insert and update triggers store new values in a pseudotable named inserted.
(True/False)
4.9/5
(32)
Which of the following is not a transaction isolation level supported by SQL Server?
(Multiple Choice)
4.9/5
(39)
Which of the following is the most restrictive transaction isolation level option supported by SQL Server?
(Multiple Choice)
4.8/5
(30)
Which of the following is true about SQL Server Import and Export Wizard?
(Multiple Choice)
4.9/5
(35)
Which of the following is a type of recovery model supported in SQL Server in which all database changes are logged?
(Multiple Choice)
5.0/5
(26)
Which type of backup in SQL Server will create a backup of the entire database?
(Multiple Choice)
4.7/5
(29)
In SQL Server,triggers can roll back the transaction that caused them to be fired.
(True/False)
4.7/5
(30)
Database views can only be created in SQL Server through the use of SQL commands.
(True/False)
4.8/5
(28)
Specifying locking hints in which parameter in an SQL clause can modify locking behavior in SQL Server?
(Multiple Choice)
4.8/5
(30)
Showing 1 - 20 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)