https://github.com/kennedyowusu/vet_clinic_database
Vet Clinic Database is a relational database focus project. Through the project, users can query the db, perform crud operations on specific data form the database using SQL terminal.
https://github.com/kennedyowusu/vet_clinic_database
database postgresql sql
Last synced: about 2 months ago
JSON representation
Vet Clinic Database is a relational database focus project. Through the project, users can query the db, perform crud operations on specific data form the database using SQL terminal.
- Host: GitHub
- URL: https://github.com/kennedyowusu/vet_clinic_database
- Owner: kennedyowusu
- License: mit
- Created: 2023-02-21T12:44:51.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-24T06:17:53.000Z (over 3 years ago)
- Last Synced: 2025-08-09T08:58:19.097Z (11 months ago)
- Topics: database, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Vet Clinic Database ](#-vet-clinic-database-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Vet Clinic Database** is a relational database focus project. Through this project, users can create, read, update and delete specific data form the database using sql queries in the terminal of command prompt.
- **Users can create database table.**
- **Users can insert and update database table column.**
- **Users can read specific data with sql query**
This repository includes files with plain SQL that can be used to recreate a database:
- At first Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/kennedyowusu/vet_clinic_database.git
git clone https://github.com/kenendyowusu/vet_clinic_database.git
```
- To use this repo to your local computer make sure you have installed [POSTGRESQL](https://www.postgresql.org/)
- Then create a new database then open a sql editor or sql terminal then your can use below SQL language to read and update your database with multiple tables.
- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database.
👤 **Kennedy OWUSU**
- GitHub: [kennedyowusu](https://github.com/kennedyowusu)
- Twitter: [@_iamkobby](https://twitter.com/@_iamkobby)
- LinkedIn: [kennedyowusu](https://linkedin.com/in/kennedyowusu)
- [ ] Add Indexes to columns
- [ ] Make Views of tables
- [ ] Generate the ER diagrams of the tables
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
## 🙏 Acknowledgments
Thanks to Microverse for giving me the opportunity to create such a project
This project is [MIT](https://github.com/kennedyowusu/vet_clinic_database/blob/develop/LICENSE.md) licensed.