https://github.com/moha-cm/sql-lab
Basic skills
https://github.com/moha-cm/sql-lab
sql
Last synced: 4 months ago
JSON representation
Basic skills
- Host: GitHub
- URL: https://github.com/moha-cm/sql-lab
- Owner: Moha-cm
- Created: 2023-11-17T13:46:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T14:16:09.000Z (over 2 years ago)
- Last Synced: 2025-01-10T12:57:25.874Z (over 1 year ago)
- Topics: sql
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Basics Repository
This repository contains basic SQL queries implemented in PHPMyAdmin using the FreeSQL database. The queries cover fundamental operations: SELECT, INSERT, UPDATE, and DELETE.
## Queries
1. **SELECT Query**: Retrieve data from a table.
2. **INSERT Query**: Add new records to a table.
3. **UPDATE Query**: Modify existing data in a table.
4. **DELETE Query**: Remove records from a table.
Feel free to go through the pdf file.