Hits: 0SQL Database Practice Assignment Go to the following link and type SQL statements to finish the following questions.https://www.w3schools.com/SQL/trysql.asp?filename=trysql_op_in1) List all product IDs and product names in category 3.2) Find the maximum, minimum, and average prices of products in category 2.3) Find the number of customers from each country.4) Find the number of orders processed...