[VET Clinic ] is a simple relational database for a VET CLINIC
In this section, i created a database with the name vet_clinic. The data base contains a table labeled; aimals. The animals table contents a list of entries
Built with PostgreSQL
SQL GIT and GitHub
Database
Describe between 1-3 key features of the application.
- [TABLE-CREATION]
- [SQL-Queries-for-data-filtering]
- [Data-BAse-Creation]
Add a link to your deployed project.
This repository includes files with plain SQL that can be used to recreate a database:
- Use schema.sql to create all tables.
- Use data.sql to populate tables with sample data.
- Check queries.sql for examples of queries that can be run on a newly created database. Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!
In order to run this project you need:
npm install postgeSQL
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/RichardChileya/vet_clinic.git
Run SQL Commands in your SQL env.
👤 RICHARD CHILEYA
- GitHub: @RichardChileya
- Twitter: @RichardChileya
- LinkedIn: richard-chileya
- [Employee-Table]
- Live Data (time, weather)
- [Clients-table]
- [medical-records]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
## Show your supportGive a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.