Giter Site home page Giter Site logo

rimanshu / sql-for-data-analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ayushi-b/sql-for-data-analysis

0.0 1.0 0.0 20 MB

✍️ Udacity SQL for Data Analysis Course Solutions and Notes

Home Page: https://www.udacity.com/course/sql-for-data-analysis--ud198

TSQL 100.00%

sql-for-data-analysis's Introduction

SQL-for-Data-Analysis

This repository contains the quizzes along with their SQL commands for the concepts taught in the course SQL for Data Analysis by MODE at Udacity.

You can restore the toy dataset "parch and posey" to your local machines from the file parch_and_posey_db using the following steps:

  1. Open Terminal.
  2. Enter PostgreSQL console - psql
  3. Create a new database - CREATE DATABASE parch_and_posey;
  4. Restore into the database - pg_restore -d parch_and_posey /path/to/parch_and_posey_db

NOTE: The data dump file and the above commands works well with PostgreSQL (may or may not work with MySQL and others).

Now, SQL commands can be used to explore the dataset and run queries on it.


Here is the schema of the database used for all the queries.


I have also included the screenshots from the videos for some important and useful concepts that may need revision in future.

For the remaining ones, please refer these SQL Tutorials (by MODE as well).

sql-for-data-analysis's People

Contributors

ayushi-b avatar

Watchers

James Cloos 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.