aries cantos
Quiz por , criado more than 1 year ago

Advent level 1 SQL Quiz sobre SQL 1: Databases (Module 3), criado por aries cantos em 08-06-2017.

79
0
0
aries cantos
Criado por aries cantos quase 7 anos atrás
Fechar

SQL 1: Databases (Module 3)

Questão 1 de 16

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 2 de 16

4

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

Arraste e solte para completar o texto.

    .mdf
    .ldf
    .ndf
    .bak

Explicação

Questão 3 de 16

1

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

Selecione uma das seguintes:

  • Primary Data File

  • Log File

  • Secondary Data File

  • Backup File

Explicação

Questão 4 de 16

1

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

Selecione uma das seguintes:

  • Primary Data File

  • Log File

  • Secondary Data File

  • Backup File

Explicação

Questão 5 de 16

1

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

Selecione uma das seguintes:

  • Primary Data File

  • Log File

  • Secondary Data File

  • Backup File

Explicação

Questão 6 de 16

1

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

Selecione uma das seguintes:

  • Index

  • File Groups

  • Backup Files

Explicação

Questão 7 de 16

1

It is a named collection of data files.

Selecione uma das seguintes:

  • File Groups

  • Data Group

  • Transaction Log

Explicação

Questão 8 de 16

1

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

Selecione uma das seguintes:

  • File Groups

  • Data Group

  • Transaction Log

  • Event Viewer

  • Secondary Data File

Explicação

Questão 9 de 16

1

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

Selecione uma das seguintes:

  • Primary Data File

  • Transaction Log

  • Secondary Data File

  • Backup File

Explicação

Questão 10 de 16

1

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

Arraste e solte para completar o texto.

    Checkpoint
    Index
    Log Flag
    Marker

Explicação

Questão 11 de 16

4

What are the different backup types?



Arraste e solte para completar o texto.

    Full
    Differential
    File/File Group
    Transaction Log
    Simple
    Bulk Copy

Explicação

Questão 12 de 16

1

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

Selecione uma das seguintes:

  • Full

  • Bulk Copy

  • Differential

  • File/ File Group

  • Simple

Explicação

Questão 13 de 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.

Selecione uma das seguintes:

  • System Databases

  • User Databases

  • SQL Databases

Explicação

Questão 14 de 16

1

Check all the System Databases

Selecione uma ou mais das seguintes:

  • Master

  • Module

  • tempdb

  • msdb

  • distribution

  • APXFirm

  • APXController

Explicação

Questão 15 de 16

1

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

Selecione uma das seguintes:

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

  • datetime, smalldatetime

  • bit

  • decimal (x,y)

Explicação

Questão 16 de 16

1

Fields it to as Records is to

Arraste e solte para completar o texto.

    Columns
    Rows
    Key

Explicação