MySQL Schema and State

From CSE330 Wiki
Revision as of 23:42, 22 August 2012 by Shane (talk | contribs)
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, read Introduction to MySQL first.

Schema

Databases

Tables

Keys

State