The student is required to answer the following SQL questions using MySQL command language in MySQL Workbench, sakila da
Posted: Thu Jun 02, 2022 7:47 am
The student is required to answer the following SQL questions using MySQL command language in MySQL Workbench, sakila database environment.
Question 3 List staff_id, last_update and amount from payment. Find the sum amount by each staff_id and assign the sum in variable total amount. Then, display the total amount in ascending order.
Question 3 List staff_id, last_update and amount from payment. Find the sum amount by each staff_id and assign the sum in variable total amount. Then, display the total amount in ascending order.