Data-Driven Decision Making in SQL
  • AI Chat
  • Code
  • Report
  • Beta
    Spinner

    Data-Driven Decision Making in SQL

    Here you can access every table used in the course. To access each table, you will need to specify the movies schema in your queries (e.g., movies.movies for the movies table, and movies.customers for the customers table).

    Take Notes

    Add notes about the concepts you've learned and SQL cells with queries you want to keep.

    _Add your notes here_
    Unknown integration
    DataFrameavailable as
    actors
    variable
    -- Add your own queries here
    SELECT *
    FROM movies.actors
    LIMIT 5
    This query is taking long to finish...Consider adding a LIMIT clause or switching to Query mode to preview the result.
    Unknown integration
    DataFrameavailable as
    df
    variable
    This query is taking long to finish...Consider adding a LIMIT clause or switching to Query mode to preview the result.