At the heart of a dynamic application is a database. Whether the application is an eCommerce, sports team, social network, or productivity app on your phone, the data needs to change over time.
In this course, we'll take a look at the underpinning SQL statements that are needed for every dynamic application.
What you'll learn
- Inserting rows of data
- Updating data for specific entries
- Removing data from any table
- Understanding transactions for data integrity