Introduction To MySQL
Introduction To MySQL
Preliminary Definitions
MySQL: An Open Source, Enterprise-level, multi-threaded, relational database management system that stores and retrieves data using the Structured Query Language
Structured Query Language (SQL): A standardized query language for getting information from a relational database. Relational Database: A database that stores data in the form of relational tables as 0pposed to flat files. Database Management System (DBMS): A system that manages relational databases; A collection of programs that enabling the storage, modification, and extraction of information from a database.
12134
12135
ID
1 21 34 1 21 35 1 21 36
METSID
LABEL
1 09031 331 3 Letter: Nov ember 1 8, 1 838 1 31 0391 31 4 Letter: July 23,1 842 1 31 302041 4 Waterloo at Sunset
Database Design
Sketch out your data and how the different pieces of data should be grouped and how they relate to one another. In fact, you can save yourself a great deal of frustration down the road if you take the time to think things through before you get started actually building the database.
Literally draw it out in a diagram before you start!
INVOICE 65 65 65 65 66 66
LINE 1 2 3 4 1 1
Work Break!!
Lets think about pizza...