diff --git a/_content/doc/tutorial/database-access.md b/_content/doc/tutorial/database-access.md index 3718180c01..70955ccb40 100644 --- a/_content/doc/tutorial/database-access.md +++ b/_content/doc/tutorial/database-access.md @@ -159,7 +159,7 @@ but most DBMSes have their own CLI with similar features. * Create an `album` table with four columns: `title`, `artist`, and `price`. Each row's `id` value is created automatically by the DBMS. - * Add three rows with values. + * Add four rows with values. 7. From the `mysql` command prompt, run the script you just created.