August 2022

  • Data Science

    Data – building blocks for information. Data Science take data and transform it into meaningful information…

  • Web Development

    HTML – structures website content CSS – applies styling to websites JavaScript – adds interactivity to websites SQL –…

  • Loops

    A loop lets you repeat instructions multiple times without writing the instructions out multiple times. From:…

  • Lists

    Data structures are formats that we can use to keep track of our data in an…

  • Functions

    A function is a named sequence of instructions, packaged as a unit, that performs a specific…

  • Data Types

    Data basic unit in programming. Data Type Primitives Numbers Strings Boolean values (True or False) Numbers…

  • Quiz – Subqueries & Temporary Tables

    Provide the name of the sales_rep in each region with the largest amount of total_amt_usd sales. Step 1 – Get the MAX total_amt_usd per…