Question: SQL Part 1 Using the WideWorldImporters database and the Sales schema select CustomerName, CreditLimit, PhoneNumber from the table Customers and the corresponding CustomerCategoryName, ValidFrom, and
SQL
Part 1 Using the WideWorldImporters database and the Sales schema select CustomerName, CreditLimit, PhoneNumber from the table Customers and the corresponding CustomerCategoryName, ValidFrom, and ValidTo from the CustomerCategories table. Review the columns to determine how to join the tables.
Take a screen shot of the SQL windows and results and paste it here.
Part 2 Using the AdventureWorks database and the Production schema, select the Name from the Product table, the Name from the ProductSubcategory table, and the Name and ModifiedDate from the ProductModel table. Use appropriate aliases to distinguish the Name columns from each table. Review the columns in each table to determine how to join the tables.
Take a screen shot of the SQL windows and results and paste it here.
Part 3 Using WideWorldImporters and the Sales schema select the CustomerName for the table Customers and the CustomerCategoryName from the table CustomerCategories showin all categories with or without customers. Review the columns in each table to determine how to join the tables.
Take a screen shot of the SQL windows and results and paste it here.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
