write a script that adds rows to the database that you created in exercise 2. add two rows to the users and products tables. add three rows to the downloads table: one row for user 1 and product 1; one for user 2 and product 1; and one for user 2 and product 2. use the getdate function to insert the current date and time into the downloaddate column. 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 order and the product name in ascending order.