Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
2. The Website table
LEAD() and LAG()
FIRST_VALUE(), LAST_VALUE()
Summary

Instruction

We're going to work with some web page statistics. These pages generate profit based on users' clicks on various advertisements. We'll only need two tables for this. Let's check the first table now.

Exercise

Select all the information from the Website table.

Each website has an Id, a Name, a monthly Budget and a date of opening it went online (OpenDate).