Question

2. Get the capacity and name of the oldest project [15]. a. Hint: start by sorting the projects in the increasing order of their start dates, so that the oldest one

is at the top. After making sure that you have the projects in the right order, modify the query to print only the first row (use limit clause).