CRUD and SQL - the basics!

Authordavid
Published-01-12T17:47
What the heck is CRUD?
Well it is used as a polite swear word in the UK, but in the context of software development it stands for:
Create
Read
Update
Delete
It forms the basis of a lot of software.
Let’s learn the basics of CRUD in SQL: