34,333
edits
Changes
→Deleting Database Data
Once again, use this statement is caution. Once a table has been deleted it is gone for good (unless you have performed a recent backup).
== Summary ==
In this chapter of [[MySQL Essentials]] we explored how to update and delete rows in a table. We have also learned about the importance of using ''WHERE'' keyword to control which rows get updated or deleted when the statement is executed.