• Mode connects the world’s data and the people who analyze it. Learn More
  • Sign In
  • Sign Up
tutorial
@tutorial

tutorial


  • 111

    Public Reports
  • 79

    Public Tables
  • Reports
  • Tables
  • Published SQL Comparison Operators Practice Problem 4

    This report is the solution to a practice problem from Mode's SQL Tutorial lesson on us...
  • Published Python Tutorial - Lessons 7 & 8

    Clone this report to start work on any of the Python tutorials that incorporate US flig...
  • Published Python Tutorial - Lessons 3, 4, 5, & 6

    Clone this report to start work on any of the Python tutorials that incorporate Watsi d...
  • Published Python Tutorial - Lessons 1 & 2

    Clone this report to start working in Python. This report is a companion to the first t...
  • Published Excel to SQL: Grouped Aggregation

    SELECT inv.product_type, AVG(inv.price...Y inv.product_type ORDER BY inv.product_type
  • Published Excel to SQL: SUM-COUNT-AVG

    SELECT COUNT(*) AS rows, COUNT(DISTINC...ata inv ON tr.product_id = inv.product_id
  • Published Excel to SQL: VLOOKUP

    SELECT tr.*, inv.product_name, ...ata inv ON tr.product_id = inv.product_id
  • Published Excel to SQL: JOIN

    SELECT tr.*, inv.product_name, ...roduct_id AND inv.product_type = 'produce'
  • Published Excel to SQL: Filtering

    SELECT * FROM ( SELECT product_id, p... category = 'medium' AND price_unit > 3.00
  • Published Excel to SQL: IF

    SELECT product_id, product_name, ...gory FROM tutorial.excel_sql_inventory_data
  • Published Excel to SQL: Arithmetic

    SELECT product_id, product_name, ...rgin FROM tutorial.excel_sql_inventory_data
  • Published Signups by day

    Historical signup data.
  • Published signup and engagement events

    here a brief description
  • Published events demo

    events by day for engagement and signup flow
  • Published TechData: Product Adoption & Closed Won Deals

    How does customer engagement affect a deal closing? This report shows the engaged users...
  • Published SQL CASE Practice Problem 5

    This report is the solution to a practice problem from Mode's SQL Tutorial lesson on us...
  • Published TechData: How Users Move Through Your Product

    Marketing and Product Marketing can follow the customer's journey through the product f...
  • Published TechData: Customer Overview 2007 - 2008

    High-level metrics for year over year growth for TechData's SMB Sales organization in A...
  • Published SQL Window Function Practice Problem 2

    This report is the solution to a practice problem from Mode's SQL Tutorial lesson on us...
  • Published SQL UNION Practice Problem 2

    This report is the solution to a practice problem from Mode's SQL Tutorial lesson on us...
  • ‹ Prev
  • 1
  • 2
  • 3
  • …
  • 6
  • Next ›