SQL CRUD Compilation

SQL CRUD is everywhere in the database world. Be it application development or ad-hoc queries in analysis, there is a strong chance you are executing one of the CRUD commands: Create, Read, Update, or Delete. Having written several blog posts in the past on MySQL CRUD, I feel you the readers deserve an easy means to access them all. Therefore, consider this post the MySQL CRUD Compilation post. Enjoy!

OS, Software, and DB used:

  • OpenSuse Leap 15.1
  • MySQL 8.0.18


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!


SQL CRUD Basics

  1. SQL CRUD Basics: Part 1 – Create
  2. SQL CRUD Basics Part 2 – Read
  3. SQL CRUD Basics Part 3 – Update
  4. SQL CRUD Basics Part 4 – Delete

Pyodbc SQL CRUD

  1. Pyodbc SQL CRUD – Create: Examples with MySQL
  2. Pyodbc SQL CRUD – Read: Examples with MySQL
  3. Pyodbc SQL CRUD – Update: Examples with MySQL
  4. Pyodbc SQL CRUD – Delete: Examples with MySQL

MySQL Shell CRUD with Python

  1. MySQL Shell CRUD with Python: Create – with examples
  2. MySQL Shell CRUD with Python: Read – with examples
  3. MySQL Shell CRUD With Python: Update – with examples
  4. MySQL Shell CRUD With Python: Delete – with examples

There you have it, folks! The definitive one-stop spot for introductory SQL CRUD. I have more SQL CRUD posts in the making with another series coming soon. Be sure and subscribe so you don’t miss it. Drop me a comment and tell me what you would like to see in it. Thanks for reading!

Like what you have read? See anything incorrect? Please comment below and thanks for reading!!!

A Call To Action!

Thank you for taking the time to read this post. I truly hope you discovered something interesting and enlightening. Please share your findings here, with someone else you know who would get the same value out of it as well.

Visit the Portfolio-Projects page to see blog post/technical writing I have completed for clients.

Have I mentioned how much I love a cup of coffee?!?!

To receive email notifications (Never Spam) from this blog (“Digital Owl’s Prose”) for the latest blog posts as they are published, please subscribe (of your own volition) by clicking the ‘Click To Subscribe!’ button in the sidebar on the homepage! (Feel free at any time to review the Digital Owl’s Prose Privacy Policy Page for any questions you may have about: email updates, opt-in, opt-out, contact forms, etc…)

Be sure and visit the “Best Of” page for a collection of my best blog posts.


Josh Otwell has a passion to study and grow as a SQL Developer and blogger. Other favorite activities find him with his nose buried in a good book, article, or the Linux command line. Among those, he shares a love of tabletop RPG games, reading fantasy novels, and spending time with his wife and two daughters.

Disclaimer: The examples presented in this post are hypothetical ideas of how to achieve similar types of results. They are not the utmost best solution(s). The majority, if not all, of the examples provided, is performed on a personal development/learning workstation-environment and should not be considered production quality or ready. Your particular goals and needs may vary. Use those practices that best benefit your needs and goals. Opinions are my own.

Hey thanks for commenting! Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.