danielamoreno699 / sql-creatingDb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

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!

πŸ“— Table of Contents

πŸ“– [animal DataBase with Postgress]

[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.

πŸ›  Built With

Tech Stack

Server
Database

Key Features

  • [access to data of animals table]

(back to top)

png

πŸš€ Live Demo

not demo for the moment

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 install Postgress

Setup

Clone this repository to your desired folder:

Example commands:

  cd sql-creatingDb
  git clone 

Install

Nothing to Install yet this project

Usage

No command to execute for the moment

Run tests

No tests to run

Deployment

no deployment

(back to top)

πŸ‘₯ Authors

πŸ‘€ Daniela Moreno

πŸ‘€ Nabeel Ahmed

(back to top)

πŸ”­ Future Features

  • [ query and update animals table]
  • [query multiple tables.]
  • [add "join table" for visits.]
  • [database performance audit.]
  • [add database schema diagram.]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

πŸ™ Acknowledgments

I would like to thank my team mates who are trully supportive

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:Other


Languages

Language:PLpgSQL 100.0%