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!
- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ
- π License
[animal DataBase with Postgress] The project I'm working on involves creating the initial data structure for a vet clinic using a relational database. To accomplish this, I am designing and implementing a table to store various information about the animals. Additionally, I am inserting relevant data into the table and performing queries to retrieve specific information as needed.
Server
Database
- [access to data of animals table]
not demo for the moment
To get a local copy up and running, follow these steps.
In order to run this project you need:
install Postgress
Clone this repository to your desired folder:
Example commands:
cd sql-creatingDb
git clone
Nothing to Install yet this project
No command to execute for the moment
No tests to run
no deployment
π€ Daniela Moreno
π€ Nabeel Ahmed
- GitHub: @Metaverse-Nabeel
- LinkedIn: @Nabeel129
- Wellfound(AngelList): @Nabeel129
- [ query and update animals table]
- [query multiple tables.]
- [add "join table" for visits.]
- [database performance audit.]
- [add database schema diagram.]
Contributions, issues, and feature requests are welcome!
I would like to thank my team mates who are trully supportive
This project is MIT licensed.