Murach's Java Servlets and JSP
This chapter shows how to use the MySQL program to create a MySQL database, and it shows how to code SQL statements that work with the data in that database.
|
|
|
|
What MySQL provides |
308 |
|
What MySQL doesn't provide |
308 |
|
Two ways to interact with MySQL |
310 |
|
How to start and stop the MySQL database server |
312 |
|
|
How to start and stop the mysql program |
314 |
|
How to create, select, and delete a database |
316 |
|
How to create and delete a table |
318 |
|
How to insert or load data into a table |
320 |
|
How to configure the mysql program |
322 |
|
|
How to select data from a single table |
324 |
|
How to select data from multiple tables |
326 |
|
How to insert, update, and delete data |
328 |
|
t |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|