aries cantos
Quiz by , created more than 1 year ago

Advent level 1 SQL Quiz on SQL 1: Databases (Module 3), created by aries cantos on 08/06/2017.

79
0
0
aries cantos
Created by aries cantos almost 7 years ago
Close

SQL 1: Databases (Module 3)

Question 1 of 16

1

Every SQL server database installation should consist of at least 3 files. The primary, secondary, and a log file.

Select one of the following:

  • True
  • False

Explanation

Question 2 of 16

4

Primary Data File -
Log file -
Secondary Data File -
Backup file -

Drag and drop to complete the text.

    .mdf
    .ldf
    .ndf
    .bak

Explanation

Question 3 of 16

1

This can be used to spread the data across multiple disks or to hold different types of data.

Select one of the following:

  • Primary Data File

  • Log File

  • Secondary Data File

  • Backup File

Explanation

Question 4 of 16

1

This is the starting point of the database and points to the rest of the files in the database.

Select one of the following:

  • Primary Data File

  • Log File

  • Secondary Data File

  • Backup File

Explanation

Question 5 of 16

1

Every database must have this because data is not written directly to the database file.

Select one of the following:

  • Primary Data File

  • Log File

  • Secondary Data File

  • Backup File

Explanation

Question 6 of 16

1

This can be handy for data management and backup tasks and can also be used to improve performance.

Select one of the following:

  • Index

  • File Groups

  • Backup Files

Explanation

Question 7 of 16

1

It is a named collection of data files.

Select one of the following:

  • File Groups

  • Data Group

  • Transaction Log

Explanation

Question 8 of 16

1

This is like a cockpit voice recorder which stores each transaction processed by the SQL Server.

Select one of the following:

  • File Groups

  • Data Group

  • Transaction Log

  • Event Viewer

  • Secondary Data File

Explanation

Question 9 of 16

1

Commands are written here before they are executed on the database.

Select one of the following:

  • Primary Data File

  • Transaction Log

  • Secondary Data File

  • Backup File

Explanation

Question 10 of 16

1

can be recorded to the log to aid in recovery to that point.

Drag and drop to complete the text.

    Checkpoint
    Index
    Log Flag
    Marker

Explanation

Question 11 of 16

4

What are the different backup types?



Drag and drop to complete the text.

    Full
    Differential
    File/File Group
    Transaction Log
    Simple
    Bulk Copy

Explanation

Question 12 of 16

1

This backups parts of the database that have changed since the last full backup.

Select one of the following:

  • Full

  • Bulk Copy

  • Differential

  • File/ File Group

  • Simple

Explanation

Question 13 of 16

1

This is a type of database that stores information about SQL Server as a whole. SQL Server uses these databases to operate and manage the system.

Select one of the following:

  • System Databases

  • User Databases

  • SQL Databases

Explanation

Question 14 of 16

1

Check all the System Databases

Select one or more of the following:

  • Master

  • Module

  • tempdb

  • msdb

  • distribution

  • APXFirm

  • APXController

Explanation

Question 15 of 16

1

This data type uses any combination of letters, symbols, and numbers.

Select one of the following:

  • char(n), varchar(n), varchar(max), text*

  • datetime, smalldatetime

  • bit

  • decimal (x,y)

Explanation

Question 16 of 16

1

Fields it to as Records is to

Drag and drop to complete the text.

    Columns
    Rows
    Key

Explanation