Difference between revisions of "MySQL Schema and State"
From CSE330 Wiki
Jump to navigationJump to search (Created page with 'MySQL is a powerful database that allows for complex logic when manipulating data. This guide is an introduction and a reference to common SQL queries for schema and state manip…') |
(No difference)
|
Revision as of 23:38, 22 August 2012
MySQL is a powerful database that allows for complex logic when manipulating data. This guide is an introduction and a reference to common SQL queries for schema and state manipulation.
This guide assumes that you already have a working copy of MySQL. If you don't, please read Introduction to MySQL first.