This repository is contains SQL Commands used in the creation of Vet-clinic database as well as all the tables inside the database.
- All codes used in the creation of the database as well as the tables are stored at schema.sql file.
- All data and the commands used to populat data.sql file.
- The vet_clinic database can be queried for various information. Sample codes on how to query the various tables in the database are located in the queries.sql file.
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
VET-CLINIC is a relational database built using POSTGRES, to store information about animals. Information can be queried from the database using SQL Commands
🛠 Built With PostgreSQL
This project does not have a client or server part. It only has a database
Database
- Insert to the database
- query data from the database
- Modify information in the database
Link to deployed project.
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
-
Ensure you have a github account and you are signed in.
-
Ensure you have PostgreSQL installed on your machine.
Clone this repository to your desired folder:
-
On git bash Run git clone https://github.com/Newtayo/Vet-clinic.git
-
Cd to the folder you cloned the repository to.
No installation is required
To run the project, execute the following command in the schema.sql, data.sql and query.sql files
Test is not available at this moment
No deployment is available yet
👤 Author1
- GitHub: @Newtayo
- Twitter: @Omortayoh
- LinkedIn: Akande Abdulwasiu
- Perform normalization on the database
- Create the database schema diagram
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
Give credit to everyone who inspired your codebase.
I would like to thank microverse for providing this wonderful platform for learning
Add at least 2 questions new developers would ask when they decide to use your project.
-
[Question_1] How can I view this database
- [Answer_1] You need to Install Postgress on your computer
-
**[Question_2]**Where can I download postgress software
- [Answer_2] Head to https://www.postgresql.org official website and follow the prompt to get the appropriate version for your machine
This project is MIT licensed.