Chapter 7. Learning Basic SQL Commands
This hour takes a break from all that PHP you’ve been learning and provides a primer on SQL syntax, which you will use to create and manipulate your MySQL database tables. This is a very hands-on hour, and it assumes that you are able to issue queries through the MySQL monitor on Windows or Linux/Unix. Alternatively, if you use a GUI to MySQL, this hour assumes you know the methods for issuing queries through those interfaces.
In this hour, you will learn
The basic MySQL data types
How to use the
CREATE TABLE
command to create a tableHow to use the
INSERT
command to enter recordsHow to use the
SELECT
command to retrieve recordsHow to use basic functions, the
WHERE
clause, and theGROUP BY
clause inSELECT
expressions ...
Get Sams Teach Yourself PHP, MySQL™ and Apache in 24 Hours now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.