An open API service indexing awesome lists of open source software.

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

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.