Description
This project provides a hands-on opportunity to practice essential SQL skills in the context of a hospital environment designed to mimic real-world scenarios.
What I Learned
- How to create, alter, delete tables.
- Add different keys (Primary and foreign) in the database.
- How to insert, update and delete data from tables
- Retrieve all data or specific data from tables.
- How to order the retrieved data
- How to use comparison operators in the conditions.