We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc52f6 commit 3962a08Copy full SHA for 3962a08
_content/doc/tutorial/database-access.md
@@ -159,7 +159,7 @@ but most DBMSes have their own CLI with similar features.
159
* Create an `album` table with four columns: `title`, `artist`, and `price`.
160
Each row's `id` value is created automatically by the DBMS.
161
162
- * Add three rows with values.
+ * Add four rows with values.
163
164
7. From the `mysql` command prompt, run the script you just created.
165
0 commit comments