Coder Social home page Coder Social logo

exit-ticket-7_5's Introduction

Lesson 7.5 Exit Ticket

Data Manipulation w/ SQL

Directions

We will be analyzing data from a large sample data set. Download and import the SQL dumps for the database schema and the data insertion.

For the following exercises, we will be using the film_list table. In the SQL file included in this repo, write your responses to the following exercises:

  1. Write a query that returns the total number of films in our table.
  2. Write a query that returns the title and descriptions of the ten films with the longest descriptions.
  3. Write a query that returns the shortest movie, by length.
  4. Write a query that returns title and description of all of the films that feature "CAMERON STREEP".
  5. Write a query that returns all of the film genres along with their average price and average length.
  6. Write a query that returns all of the film ratingss along with a count of how many time that rating appears in our table.
  7. Instead of us calling films "foreign," write a query that updates all "foreign" films to "international" films.
  8. We don't like "childrens" films. Delete all of them from this table.

exit-ticket-7_5's People

Contributors

rogbonna1 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.