MySQL Schema and State

From CSE330 Wiki
Revision as of 23:38, 22 August 2012 by Shane (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.

Schema

Databases

Tables

Keys

State