Exam 4: Creating SQL Server 2012 Databases

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

A

What permission must be granted for a user to run procedures within a database?

Free
(Multiple Choice)
4.7/5
(28)
Correct Answer:
Verified

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:
Verified

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.

What are the two main approaches to creating a new user database?

(Essay)
4.7/5
(37)

___________ 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)

Describe how filegroups are used in a database.

(Essay)
4.9/5
(46)

Which attribute include binary and numeric as categories?

(Multiple Choice)
4.9/5
(39)

Which of the following is true about log files?

(Multiple Choice)
4.9/5
(35)

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)

Which of the following is true about database permissions?

(Multiple Choice)
4.8/5
(48)

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)

How are log files used for database reliability?

(Essay)
4.9/5
(29)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)