DATABASE FUNDAMENTALS
WHAT IS DATABASE MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A copy of a database file.
|
Encrypting
|
|
Backup
|
|
Back-End File
|
|
Decrypting
|
Explanation:
Detailed explanation-1: -A copy-only backup is a SQL Server backup that is independent of the sequence of conventional SQL Server backups. Usually, taking a backup changes the database and affects how later backups are restored.
Detailed explanation-2: -Database backup is the process of creating, managing, and storing copies of data in case it’s lost, corrupted, or damaged. Database backups allow users to recover data before it becomes unusable.
Detailed explanation-3: -A database copy is a transactionally consistent snapshot of the source database as of a point in time after the copy request is initiated. You can select the same server or a different server for the copy.
There is 1 question to complete.