MySQL Database Management (Challenge)

# Introduction In this challenge, we will use the `TRUNCATE` statement to delete the data in the `city` table. Our objective is to practice executing the `TRUNCATE` statement, which is a faster and more efficient method to delete all table rows than using the `DELETE` statement. By accomplishing this challenge, you will gain knowledge of how to use the `TRUNCATE` statement in MySQL to delete table data.

|60 : 00

Click the virtual machine below to start practicing