This repository contains basic SQL queries implemented in PHPMyAdmin using the FreeSQL database. The queries cover fundamental operations: SELECT, INSERT, UPDATE, and DELETE.
-
SELECT Query: Retrieve data from a table.
-
INSERT Query: Add new records to a table.
-
UPDATE Query: Modify existing data in a table.
-
DELETE Query: Remove records from a table.
Feel free to go through the pdf file.