Question: SQL Query 1. Write a query to display the city and country where an office is located and the first and last name of employees
SQL
Query 1. Write a query to display the city and country where an office is located and the first and last name of employees (in 1 column) at that loca3on. Order the results in reverse alphabe3cal order.
Query 2. List the orderNumber, the name of the products on the order if the product is a type of car. Order the results in ascending order of the order number.
Query 3. Write a query to list out the product name and the percentage discount on each product. Provide the result with a % sign and order the results in the descending order of the discount.
Query 4. Write a query to count the number of orders whose status is Shipped for customers from France whose credit limit is greater than 100000.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
