SitePoint
  • Premium
  • Library
  • Community
  • Jobs
  • Blog
LoginStart Free Trial
Learn SQL (using MySQL) in One Day and Learn It Well
Learn SQL (using MySQL) in One Day and Learn It Well
Preface
What is SQL?
Getting Ready to Code
Writing our first MySQL code
Comments
How to Use this Book
Creating the Database
Using the Database
Deleting the Database
Creating Tables
Altering Tables
Deleting Tables
Updating Data
Deleting Data
Constraints
Basic Select Syntax
Selecting Everything
Filtering Columns
Filtering Rows
Sorting Rows
What is a Function?
MySQL Functions
Aggregate Functions
Joins
Unions
What is a view?
Creating a View
Deleting a View
What is a Trigger?
Creating a Trigger
Deleting a Trigger
Variables
Stored Routines
Stored Procedures
Stored Functions
Deleting Stored Routines
IF statement
CASE statement
WHILE statement
REPEAT statement
LOOP statement
What is a Cursor?
Example
About the Project
Creating the Database
Using the Database
Adding Tables
Inserting Data
Trigger
Stored Function
Testing the Database
sportsDB.sql
test.sql

Community Questions