Exam 4: Creating SQL Server 2012 Databases
Exam 1: Introduction to SQL Server 201241 Questions
Exam 2: Deploying SQL Server 201230 Questions
Exam 3: Architecture and Configuration41 Questions
Exam 4: Creating SQL Server 2012 Databases41 Questions
Exam 5: Transact:SQL Primer41 Questions
Exam 6: SQL Server Security41 Questions
Exam 7: Performance Monitoring and Optimization41 Questions
Exam 8: Backup and Recovery36 Questions
Exam 9: Data Integration38 Questions
Exam 10: Monitoring SQL Server 201239 Questions
Select questions type
Which of the following is true about the physical file structure of a SQL Server database?
Free
(Multiple Choice)
4.8/5
(43)
Correct Answer:
A
What permission must be granted for a user to run procedures within a database?
Free
(Multiple Choice)
4.7/5
(28)
Correct Answer:
A
Describe how to create a database using the SQL programming language and explain why it might be the preferred method.
Free
(Essay)
4.9/5
(33)
Correct Answer:
User databases can be created by executing the CREATE database syntax and supplying a set of configuration parameters using the SQL programming language. The CREATE statement is a SQL instruction to create an object. This option is sometimes preferred by experienced database administrators because it allows them to create standardized scripts, rather than having to manually change each configuration parameter in a Windows form.
___________ performance is a term used to describe the number of read and write operations that can be processed by the physical disk in a given time frame.
(Short Answer)
4.8/5
(33)
What happens if you need to compare two values of different data types?
(Multiple Choice)
4.9/5
(41)
Since it is easy to make configuration changes after a database is created, it's best to get the database created and make changes as necessary afterward.
(True/False)
5.0/5
(28)
What are roles and how are they used in database security and permissions? Provide an example of a predefine server role.
(Essay)
4.8/5
(36)
Before creating a new database, make a full backup of the _____________ system database.
(Short Answer)
4.8/5
(34)
Which of the following is a logical container that groups together collections of objects within a database and allows them to be managed as a group?
(Multiple Choice)
4.8/5
(44)
Which of the following is true about the Autogrowth setting?
(Multiple Choice)
4.8/5
(38)
Which of the following is true about the model database template?
(Multiple Choice)
4.8/5
(41)
Many tasks can be performed with SQL Server Management Studio, but to delete a database, you need to use a SQL statement in the SQLCMD command prompt.
(True/False)
4.8/5
(34)
Which of the following is true about database creation and configuration?
(Multiple Choice)
4.9/5
(44)
Describe how SQL Server 2012 supports authentication for connecting to the database server.
(Essay)
4.8/5
(48)
Showing 1 - 20 of 41
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)