Git Product home page Git Product logo

covid_analysis's Introduction

Covid_Analysis

RunMYSQL :-

Create SQL Database and run query database from xampp_database -> Database.sql

Specs :-

In the database that you created, formulate and execute each of the following queries in SQL. In each case, you should attempt to handle the task in a single (possibly nested) SQL statement.

Run these queries :-

  • The agedistribution_2016_estimates_ that has age wise distribution.

  • The casetime that has the number of cases confirmed, recovered, daily decrease.

  • The datewisepatients that has the number of cases date wise in each state.

  • The death_and_recovery that has death and recovery status.

  • The hospitalbeds that has number of beds available in state.

  • The icmrtestingdata that has data of number of sample tested.

  • The populationdistribution_2011census_ that has population distribution state wise.

  • The statewisedata that has state wise data of positive and recovered cases.

DECLARATION : This Project can be run on Xampp Server, don't worry if you don't have...click the link below to install Xampp server https://www.apachefriends.org/download.html

For the installation demo you can refer : https://youtu.be/5g0ZurU47jY

Steps to fetch the data :

Instructions for downloading the project:

  1. Install XAMPP server on your system to be used as local server for project. (lets say you installed it in 'K:\xampp_folder' folder)
  2. Download the zip file and unzip on any of the drive
  3. Start your XAMPP Control Panel and start 'Apache' and 'MySql' servers there.
  4. Open your browser and type 'localhost/' or '127.0.0.1/' , then from there go to phpmyadmin.
  5. Create a database named:'covid_analysis' in phpmyadmin.
  6. Import the sql file from the folder to the phpadmin image
  7. Congratulations! you are good to go for analysing data

Steps to connect database to front end using php

  • Create a database in Xampp server
  • Create an HTML/CSS form and store it in a new folder in htdocs
  • Create the php page using mysqli_connect and store in the new folder in htdocs
  • Run the localhost URL and you're good to go!!

Refer this link for detailed content : https://www.youtube.com/watch?v=HtTG5Kf_mTA

Steps to execute PL/SQL queries on Oracle

  • PL/SQL Queries does not execute on xampp server but it does easily execute on oracle
  • So to run those queries we need to install Oracle Database 19c Edition
  • Create an account https://www.oracle.com/index.html
  • Sign in to your account
  • https://www.oracle.com/in/database/technologies/oracle-database-software-downloads.html Click this link for downloading the zip file of 19c version in accordance with the operating system in your system
  • After downloading the file ....check this link for the detailed installation....do the steps very carefully....its gonna take time but hold on your patience...https://youtu.be/Hnpmy2kB5Mo
  • After installation open the Command Prompt from the search bar
  • Copy and paste this on the command prompt: sqlplus "/ as sysdba"
  • Oracle database will be connected to the sever, you are good to go to run the PL/SQL queries

For detailed information regarding PL/SQL visit : https://www.tutorialspoint.com/plsql/plsql_environment_setup.htm

Relational schema for the given database

image

covid_analysis's People

Contributors

anushkadev9 avatar bpsr23 avatar priyanka8261 avatar ts4475 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.