aries cantos
Quiz von , erstellt am more than 1 year ago

Advent level 1 SQL Quiz am SQL 1: Databases (Module 3), erstellt von aries cantos am 08/06/2017.

79
0
0
aries cantos
Erstellt von aries cantos vor etwa 7 Jahre
Schließen

SQL 1: Databases (Module 3)

Frage 1 von 16

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 2 von 16

4

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

Klicke und ziehe, um den Text zu vervollständigen.

    .mdf
    .ldf
    .ndf
    .bak

Erklärung

Frage 3 von 16

1

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

Wähle eine der folgenden:

  • Primary Data File

  • Log File

  • Secondary Data File

  • Backup File

Erklärung

Frage 4 von 16

1

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

Wähle eine der folgenden:

  • Primary Data File

  • Log File

  • Secondary Data File

  • Backup File

Erklärung

Frage 5 von 16

1

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

Wähle eine der folgenden:

  • Primary Data File

  • Log File

  • Secondary Data File

  • Backup File

Erklärung

Frage 6 von 16

1

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

Wähle eine der folgenden:

  • Index

  • File Groups

  • Backup Files

Erklärung

Frage 7 von 16

1

It is a named collection of data files.

Wähle eine der folgenden:

  • File Groups

  • Data Group

  • Transaction Log

Erklärung

Frage 8 von 16

1

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

Wähle eine der folgenden:

  • File Groups

  • Data Group

  • Transaction Log

  • Event Viewer

  • Secondary Data File

Erklärung

Frage 9 von 16

1

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

Wähle eine der folgenden:

  • Primary Data File

  • Transaction Log

  • Secondary Data File

  • Backup File

Erklärung

Frage 10 von 16

1

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

Klicke und ziehe, um den Text zu vervollständigen.

    Checkpoint
    Index
    Log Flag
    Marker

Erklärung

Frage 11 von 16

4

What are the different backup types?



Klicke und ziehe, um den Text zu vervollständigen.

    Full
    Differential
    File/File Group
    Transaction Log
    Simple
    Bulk Copy

Erklärung

Frage 12 von 16

1

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

Wähle eine der folgenden:

  • Full

  • Bulk Copy

  • Differential

  • File/ File Group

  • Simple

Erklärung

Frage 13 von 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.

Wähle eine der folgenden:

  • System Databases

  • User Databases

  • SQL Databases

Erklärung

Frage 14 von 16

1

Check all the System Databases

Wähle eine oder mehr der folgenden:

  • Master

  • Module

  • tempdb

  • msdb

  • distribution

  • APXFirm

  • APXController

Erklärung

Frage 15 von 16

1

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

Wähle eine der folgenden:

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

  • datetime, smalldatetime

  • bit

  • decimal (x,y)

Erklärung

Frage 16 von 16

1

Fields it to as Records is to

Klicke und ziehe, um den Text zu vervollständigen.

    Columns
    Rows
    Key

Erklärung