MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Type:
UPDATE name SET party='Democratic Republican' WHERE (last='Jefferson' OR last='Madison');
then press
ENTER
.
This updates the party affiliations for Jefferson and Madison.
Type:
SELECT * FROM name;
then press
ENTER
.
The window should look like this:
<< BACK
NEXT >>