0
0
MySQLquery~5 mins

Why backup strategy prevents data loss in MySQL - Quick Recap

Choose your learning style9 modes available
Recall & Review
beginner
What is a backup strategy in databases?
A backup strategy is a plan to regularly copy and save database data to protect it from loss or damage.
Click to reveal answer
beginner
How does a backup help prevent data loss?
Backups keep copies of data so if the original data is lost or corrupted, you can restore it from the backup.
Click to reveal answer
beginner
Name one common type of database backup.
A full backup copies the entire database at a point in time.
Click to reveal answer
intermediate
Why is it important to test backups regularly?
Testing backups ensures they work correctly and data can be restored when needed.
Click to reveal answer
beginner
What can happen if you don’t have a backup strategy?
You risk losing important data permanently if hardware fails, software bugs, or accidental deletion occurs.
Click to reveal answer
What is the main purpose of a database backup?
ATo change data format
BTo protect data from loss
CTo increase storage space
DTo speed up queries
Which backup type copies the entire database?
AIncremental backup
BDifferential backup
CFull backup
DPartial backup
Why should backups be tested regularly?
ATo check if data can be restored
BTo delete old backups
CTo speed up backup process
DTo encrypt data
What risk increases without a backup strategy?
AData loss
BFaster queries
CMore storage
DBetter security
Which event can backups protect against?
ANew software features
BFaster internet
CUser interface changes
DHardware failure
Explain in your own words why having a backup strategy is important for preventing data loss.
Think about what happens if data is deleted or hardware breaks.
You got /4 concepts.
    Describe the difference between a full backup and other types of backups.
    Consider how much data each backup type saves.
    You got /4 concepts.