Write a script that adds rows to the database that you created in exercise 2. ? Add two rows to the Users and Products tables (screenshot both tables). ? Add three rows to the Downloads table: one row for user 1 and product 2; one row for user 2 and product 1; and one row for user 2 and product 2. Use the NOW function to insert the current date and time into the download_date column (screenshot). ? Write a SELECT statement that joins the three tables and retrieves the data from these tables like this: ? Sort the results by the email address in descending sequence and the product name in ascending sequence (screenshot)
