@Midoriha Last chapter, he ran a command to delete data from the "tbl_Customer" database. Usually, you'd write DELETE FROM table WHERE <some condition> to specify which data to delete, but he just ran DELETE FROM tbl_Customer, which erases the entire database. If they don't have a backup...