Introduction
Learn how to program with MySQL
()
Using CoderPad
()
1. Introduction to Databases
What’s a database?
()
Why use MySQL?
()
Types and uses of different databases
()
Command line vs. IDE
()
Install MySQL
()
2. Get Started: The Basics
Create a database
()
MySQL data types
()
Create a table
()
Keys and constraints
()
Create a script to build the database
()
Solution: Update database creation script
()
3. Advanced Concepts
Queries
()
Expressions
()
Clauses
()
Functions and operators
()
Solution: Count orders
()
4. Query Data
Joins
()
Query, sort, filter, and modify data
()
Stored procedures
()
Create indexes
()
Solution: Inner joins
()
Ex_Files_MySQL_for_Non_Programmers.zip
(55 KB)