Code Monkey home page Code Monkey logo

sql-tutorial's People

Contributors

rolpereira avatar succhisingh avatar tthibo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sql-tutorial's Issues

Warn of issues with spaces in column names

Issue came up with someone following the tutorial who then went on to work with a data set that used spaces in field names. The tutorial should make clear that SQLite (and most managers) can't handle spaces in column or table names without special quoting.

Bug in part 3 self-joins

In part 3 of the SQLite tutorial, the first command in the self-joins section is broken. Instead, it should be:

SELECT a.last_name, a.first_name, a.amount, b.amount FROM contributors a, contributors b WHERE a.last_name = b.last_name AND a.first_name = b.first_name;

Currently, it is:

SELECT a.last_name, a.first_name, a.amount, b.amount FROM a, b WHERE a.last_name = b.last_name AND a.first_name = b.first_name;

which leaves a and b undefined and results in an error.

PS
I love the tutorial! I've found it very helpful.

SQLite Manager does not support importing pipe delimited files

SQLite Manager Problems ๐Ÿ˜ฌ

Description ๐Ÿ“

Upon starting the tutorial I noticed that the link to download the SQLite Manager add-on for Firefox was broken.

  • Here is an updated link: Firefox add-on.
  • Alternatively, here is a link for the Chrome browser extension: Chrome add-on
    Then I encountered another issue; SQLite Manager cannot import from files delimited by pipes ("|").

screen shot 2018-12-24 at 11 19 10 pm

Source

Note: I never saw an Import Wizard icon either, as shown in the tutorial. And only after reading the above source did I experiment with dragging and dropping a csv file into the browser.

Solution โœ…

I ended up downloading SQLite Browser and using it for the tutorial. It is easier to use imo and has more people actively contributing to it ๐Ÿ‘

I liked this tutorial a lot. Perhaps it could be made more user friendly by either

  1. Updating the datasets to be CSV formatted,
  2. Or adapting the steps to use SQLite Browser.

screen shot 2018-12-24 at 11 29 41 pm

Great tutorial

Very useful and well explained, thank you very much. I forked to practice with it. If I ever want to use it or part of it for classes can I credit you and use it?

Negative Contributions

The file with the candidate_id in the contributions has negative values for amount. Seems weird....

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.