demonstrated the use of PostgreSQL commands for tasks such as creating a database and table, inserting data into the table, and executing various queries with different parameters.
- Sql shell (psql) and pgAdmin
PostgreSQL
Database
- Vet clinic database
- animals table
- animals data
- Querying data
- aggregate functions
- owners table
- species table
- relations between tables with foreign keys
- join queries
- visits, specializations, and vets tables
- many-to-many relationships
In order to run this project you need installed postgresql and pgAdmin.
Clone this repository to your local machine and run sql commands in the terminal or pgAdmin.
git clone https://github.com/zewdu444/vet_clinic_database.git
cd vet_clinic_database
To run the project, execute the following command:
1 create vet_clinic database
2 Run schema.sql
3 to insert data into the table run data.sql
4 execute queries
👤 zewdu erkyhun
- GitHub: zewdu444
- Twitter: @zewdu444
- LinkedIn: zewdu-anley
Performance will be checked for the queries and the database will be optimized.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank microverse community for the support and guidance.
This project is MIT licensed.