Appendix A. Leftovers: The Top Ten Topics (we didnât cover)
Even after all that, thereâs a bit more. There are just a few more things we think you need to know. We wouldnât feel right about ignoring them, even though they only need a brief mention. So before you put the book down, take a read through these short but important SQL tidbits. Besides, once youâre done here, all thatâs left is another two appendixes... and the index... and maybe some ads... and then youâre really done. We promise!
#1. Get a GUI for your RDBMS
While itâs important to be able to code your SQL directly into a console, you know what youâre doing now. You deserve an easier way to create your tables and see the contents of them.
Every RDBMS has some sort of graphical user interface associated with it. Hereâs a brief rundown of the GUI tools available for MySQL.
MySQL GUI tools
When you download MySQL, you can also download the MySQL GUI tools, and most importantly, MySQL Administrator. You can get the bundle directly from this page:
http://dev.mysql.com/downloads/gui-tools/5.0.html
Itâs available for Windows, Mac, and Linux. The MySQL Administrator allows you to easily view, create, and modify your databses and tables.
Youâll also like the MySQL Query Browser. There, you can type your queries and see the results inside the software interface, rather than in a console window.
Other GUI tools
There ...
Get Head First SQL now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.