Giter Site home page Giter Site logo

database-performance-audit's Introduction

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

๐Ÿ“– [DATABASE-PERFORMANCE-AUDIT]

[DATABASE-PERFORMANCE-AUDIT] is a database project built with sql providing useful data about animals kept in the clinic

๐Ÿ›  Built With SQL AND pgADMIN

Tech Stack

Database

Key Features

Describe between 1-3 key features of the application.

  • [Speed in querying database]

(back to top)

๐Ÿš€ Live Demo

No live demo link yet

(back to top)

๐Ÿ’ป Getting Started

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

git clone 'https://github.com/MuhammadUsmanAslam/database-performance-audit.git' cd database-performance-audit

Prerequisites

In order to run this project you need:

pgAdmin

sql CMD

Setup

Clone this repository to your desired folder:

cd my-folder git clone https://github.com/MuhammadUsmanAslam/database-performance-audit.git

Install

No installation needed for now

Usage

To run the project, execute the following command:

pgAdmin or preferred sql related applications

Run tests

No test needed at the moment

Deployment

No deployment needed at the moment

(back to top)

๐Ÿ‘ฅ Authors

Mention all of the collaborators of this project.

๐Ÿ‘ค Author1

๐Ÿ‘ค Author2

(back to top)

๐Ÿ”ญ Future Features

  • SCHEMA DIAGRAM

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project... Please leave a star for my project on github

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank Mivroverse for assigning this project to us for the purpose of learning how to index table columns in databases

(back to top)

โ“ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

  • [How to add indexes to a column in a table]

    • syntax: CREATE INDEX index_name ON table_name(column_name)
  • [Between the CLI and pgAdmin application which is better]

    • Due to personal preference, i will pick pgAdmin, it gives a better and less scary UI,lol

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.