SQL CRUD Basics: Part 1 — Create

Joshua Otwell
8 min readDec 4, 2019

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 the basic usage of this first CRUD element.

Photo by Nikhil Mitra on Unsplash

Note: All data, names or naming found within the database presented in this post, are strictly used for…

--

--

Joshua Otwell

SQL | PHP | Photography. Sign-up for my free developer newsletter, OpenLampTech, here: openlamptech.substack.com