NOTE A few of those SQL commands, like UPDATE and DELETE, may look new to you. Don’t worry, though.
They do just what they look like they do: UPDATE updates information in a table, and DELETE removes it. And
when you need to use those functions in this book, you’ll get a lot more detail about exactly how to use each of
them.