Question: Write Queries to display the following from the Northwind database and submit the code as your assignment. Display all rows and columns from the suppliers
Write Queries to display the following from the Northwind database and submit the code as your assignment.
- Display all rows and columns from the suppliers table.
- Display SupplierID and CompanyName from the suppliers table.
- Display SupplierID, CompanyName, city, country from the suppliers table that are based in Singapore city.
- Display SupplierID, CompanyName, city, country from the suppliers table that are in USA.
- Display SupplierID, CompanyName, city, country from the suppliers table that are in USA and city name starts with B.
- Display all the orders placed by customer HILAA from the orders table
- Display all products that belong to the beverages category
- Display 10 most expensive products
- Display a list of products that are out of stock
- Display all orders that were shipped to Albuquerque
- Show a list of cities and the number of customers that live in it from the customers table.
- Which employee placed the highest number of orders in the orders table
- Display a list of countries where your employees and customers live
- Display suppliers where the contact title includes sales in the contact title
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
