SQL: What is SQL?
19 March 2023 (Updated 22 October 2023)
In a nutshell
SQL (Structured Query Language) is a programming language used to work with relational databases. You can use SQL to create, read, update, and delete data from a relational database.
Here are some examples of using SQL:
Create a table to store data about users
Read data from users table
Update record from users table
Delete record from users table
Tagged:
MySQL
Thanks for your comment . Once it's approved, it will appear here.
Leave a comment