We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions
cover of episode CRUD Operations - Syntax for Interacting with your Database

CRUD Operations - Syntax for Interacting with your Database

2013/11/28
logo of podcast How to Program with Java Podcast

How to Program with Java Podcast

Shownotes Transcript

What’s all this CRUD about? Create Read Update Delete

This is the at the heart of all databases and SQL. A database essentially carries out these four operations over and over again for the duration of its existence. In this podcast, I talk about these four database operations in detail and the actual syntax that is used in a flavour of SQL known as MySQL.