https://github.com/orozcoding/vet-clinic-database
https://github.com/orozcoding/vet-clinic-database
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orozcoding/vet-clinic-database
- Owner: orozCoding
- Created: 2022-03-22T00:56:59.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-29T10:38:05.000Z (about 4 years ago)
- Last Synced: 2025-02-02T06:11:50.377Z (over 1 year ago)
- Language: PLpgSQL
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet Clinic Database
Creating and updating SQL Databases.
## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- 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. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**
## Authors
👤 **Author1**
- GitHub: [@orozcoding](https://github.com/orozcoding)
- Twitter: [@orozcoding](https://twitter.com/orozcoding)
- LinkedIn: [LinkedIn](https://linkedin.com/in/angel-orozco)
## 🤝 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!
## 📝 License
This project is [MIT](./MIT.md) licensed.