Occasionally there will come a time when you will want to delete
information from your database, ie. removing user accounts, etc. A Delete query has the
form:
DELETE FROM tablename WHERE field = value
Apply what you have learned
Build a script that deletes a record from your database. Use the Search
form you built earlier to choose the record to delete, post that form to your delete
script.