This project is the squeleton to building a veterinary database. This project was created with the porpouse of learning SQL using PostgreSQL
- SQL, PostgreSQL DB
- To get this project up and running in your terminal use the following command:
git clone https://github.com/Yothu/vet-clinic-database.git
Then access PostgresSQL. Continue the rest when you are in it.
- To create the data base use the next command:
CREATE DATABASE vet_clinic;
- Connect to the just created database using this:
/c vet_clinic
- Create the tables copying and pasting the commands in the schema.sql file.
- Add the data to the table copying and pasting the commands in the data.sql file.
- Create the queries copying and pasting the commands in the queries.sql file.
👤 David Vergaray
- GitHub: @Yothu
- Twiter: @Daivhy
- LinkedIn: David Vergaray
Give a ⭐️ if you like this project!