Git Product home page Git Product logo

091123-sql-bootcamp's Introduction

Coding challenge

  • use downloaded database: chinook.db

Challenges

  1. Write the SQL to return all of the rows in the artists table?
  1. Write the SQL to select the artist with the name "Black Sabbath"
  1. Write the SQL to create a table named 'fans' with an autoincrementing ID that's a primary key and a name field of type text
  1. Write the SQL to alter the fans table to have a artist_id column type integer?
  1. Write the SQL to add yourself as a fan of the Postal Service? ArtistId 174
  1. Write the SQL to return fans that are not fans of the black eyed peas.
  1. Write the SQL to display an artists name next to their album title
  1. Write the SQL to display artist name, album name and number of tracks on that album
  1. Write the SQL to return the name of all of the artists in the 'Pop' Genre

BONUS (very hard)

  1. I want to return the names of the artists and their number of rock tracks who play Rock music and have more than 30 tracks in order of the number of rock tracks that they have from greatest to least

091123-sql-bootcamp's People

Contributors

brianrichiesr avatar gnappo1 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.