Member-only story
SQL CRUD Basics: Part 1 — Create
In Introduction to SQL CRUD Basics, I listed out the 4 elements of CRUD. Create is the first and the subject of this post. Create relates to the SQL INSERT
statement, which is used to introduce new rows of data into a database table. Continue reading to learn basic usage of this first CRUD element.
Note: All data, names or naming found within the database presented in this post, are strictly used for practice, learning, instruction, and testing purposes. It by no means depicts actual data belonging to or being used by any party or organization.
Self-Promotion:
If you enjoy the content written here, by all means, share this blog and your favorite post(s) with others who may benefit from or like it as well. Since coffee is my favorite drink, you can even buy me one if you would like!
It is difficult to comprehend (for me) the amount of time that’s passed since I wrote, Populating a MySQL table with the INSERT statement — Beginner Series. I feel I have grown as a SQL Developer and technical writer, therefore revisiting this topic makes sense to me. And by that, I hope to further provide a fantastic post, with solid fundamental examples, for anyone wanting to learn about the INSERT
statement.
If you visit the on-line MySQL 8 INSERT documentation, it’s plain to see that INSERT
is quite a…