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…')
 
Line 1: Line 1:
 
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.
 
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.
+
This guide assumes that you already have a working copy of MySQL.  If you don't, read [[Introduction to MySQL]] first.
  
 
==Schema ==
 
==Schema ==
Line 12: Line 12:
  
 
== State ==
 
== State ==
 +
 +
[[Category:Module 3]]

Revision as of 23:42, 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, read Introduction to MySQL first.

Schema

Databases

Tables

Keys

State