Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _content/doc/tutorial/database-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down