Appendix A. A Brief MySQL Tutorial


In this appendix you're going to briefly walk through the entire process of creating and using a database, from designing tables and creating users to adding indexes and querying tables. The focus is on a mix of explaining and doingthe intent is to quickly get you productive with MySQL.

The database you'll build in this appendix will be used to store information about books and book loans from a tiny library. The database won't be too complexyou will just store the essential pieces of data such as

  • The title, condition, and author of books in the library

  • The names and email addresses of people who borrow books

  • The details of when books were loaned to people



MySQL Phrasebook. Essential Code and Commands
MySQL Phrasebook
ISBN: 0672328399
EAN: 2147483647
Year: 2003
Pages: 130

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net