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 size of data and log files?

(Multiple Choice)
4.8/5
(46)

Describe how the Initial Size setting is used when defining a database. How can this setting affect database performance?

(Essay)
5.0/5
(44)

Which of the following is a required setting that must be supplied when creating a database?

(Multiple Choice)
4.9/5
(40)

Which of the following is true about naming objects?

(Multiple Choice)
4.9/5
(35)

The NEW table SQL language statement is used to make a new table.

(True/False)
4.8/5
(36)

Which of the following SQL statements deletes an object?

(Multiple Choice)
4.8/5
(43)

Which of the following is true about filegroups?

(Multiple Choice)
4.8/5
(46)

What should you always do before creating a new database?

(Multiple Choice)
4.9/5
(40)

The widest reaching type of permission in a SQL Server is database permissions.

(True/False)
4.8/5
(46)

If you want to set the maximum number of digits a numeric data type can hold, what should you set?

(Multiple Choice)
4.9/5
(43)

If you want to set the number of places after the decimal point in a numeric data type, what should you set?

(Multiple Choice)
4.9/5
(34)

The _____________ size setting defines the size of the database when it is first created.

(Short Answer)
4.7/5
(37)

The ______________ statement is used to change an existing database object.

(Short Answer)
4.7/5
(43)

How is the model system database used in database creation?

(Essay)
4.9/5
(46)
Matching :
a database object that groups together permissions on different database objects
role
a constraint that models the relationship that exists between two tables
Autogrowth
a word that belongs to the SQL programming language
reserved keyword
Correct Answer:
Verified
Premises:
Responses:
a database object that groups together permissions on different database objects
role
a constraint that models the relationship that exists between two tables
Autogrowth
a word that belongs to the SQL programming language
reserved keyword
the number of places after the decimal point in a numeric data type or the accuracy in the case of a date data type
precision
a group of data files used for storage management
contention
a setting that specifies how much the database will increase the file size once it reaches a limit
foreign key relationship
a logical container that groups together collections of objects within a database and allows them to be managed as a group
schema
a right to perform an action against a database object
scale
the maximum number of digits that a numeric data type can hold
filegroup
a term used to describe a situation in which two processes compete for the same resource
permission
(Matching)
4.9/5
(37)

Which of the following is best described as a logical unit of work reading or writing from a database?

(Multiple Choice)
4.7/5
(43)

What should you define if you want to grant several users the same permissions to database objects?

(Multiple Choice)
4.7/5
(31)

Tables and ____________ are the main building blocks of a database.

(Short Answer)
4.8/5
(36)

The two main physical file types in an SQL Server database are data files and log files.

(True/False)
4.8/5
(32)

Why should log files be stored on a different physical disk from data files?

(Essay)
4.9/5
(36)
Showing 21 - 40 of 41
close modal

Filters

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