Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulhamiid/sql-database
This is a databse creation project This project has PostgreSQL quesries for vet clinic table and schema.
https://github.com/abdulhamiid/sql-database
database postgresql sql
Last synced: 21 days ago
JSON representation
This is a databse creation project This project has PostgreSQL quesries for vet clinic table and schema.
- Host: GitHub
- URL: https://github.com/abdulhamiid/sql-database
- Owner: abdulhamiid
- Created: 2022-08-08T17:55:23.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-17T12:11:51.000Z (over 2 years ago)
- Last Synced: 2024-10-28T12:51:20.131Z (2 months ago)
- Topics: database, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vet_clinic_database
> This is a databse creation project This project has PostgreSQL quesries for vet clinic table and schema.
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- [schema.sql](./schema.sql) to create all tables.
- [data.sql](./data.sql) to populate tables with sample data.
- [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database.## Built With
- Github
- PostgreSQL
To get a local copy up and running follow these simple example steps.
- Clone this repository
```
git clone https://github.com/abdulhamiid/sql-database.git
```- cd into the project directory
```terminal
cd sql-database
```## Author
👤 **Abdulhamid**
- GitHub: [abdulhamiid](https://github.com/abdulhamiid)
- Twitter: [@abdulhamid_adio](https://twitter.com/abdulhamid_adio)
- LinkedIn: [Adio Abdulhamid](https://linkedin.com/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thanks to Microverse.
## 📝 License
This project is [MIT](./MIT.md) licensed.