set up a database and populate the tables with data to explore
SuperClass (Not rated)
(Not rated)
For this project, you will set up a database and populate the tables with data to explore theSELECT statement and retrieve data from the tables. Ensure that the SQL Server Management Studio is set up and installed.
- Task #1
- Install the Northwind Database into the environment. Clickhere to install the database.
- Note that this link does link to the SQL Server 2000 Sample Databases, but after downloading it, the ZIP file can be extracted and contained inside the package as a file named "instnwnd.sql." This file can be opened and executed inside of Microsoft SQL Server Management Studio.
- Install the Northwind Database into the environment. Clickhere to install the database.
- Task #2
- Generate a database diagram.
- Include a screenshot of this diagram in your Word document.
- Generate a database diagram.
- Task #3
- Write SELECT statements for the following questions:
- For each of these statements, include a screenshot of the SQL. Make sure to includethestatement execution, including the resulting data.
- Display all columns and all rows from the Employees table.
- 9 rows returned
- Display the regionid, regiondescription for all rows in the Regions table.
- 4 rows returned
- Modify query 2 so that the column headings are as follows:
- "ID" and"Description"
- 4 rows returned
- Display the customer ID, customer name, and region for all customers.
- 91 rows returned
- Display the customer ID, customer name, and region for all customers.
- Name the columns "ID," "Name," and "Region" (respectively), and sort the data by the company name.
- 91 rows returned
- Display all columns and all rows from the Employees table.
- For each of these statements, include a screenshot of the SQL. Make sure to includethestatement execution, including the resulting data.
- Write SELECT statements for the following questions:
10 years ago
set up a database and populate the tables with data to explore A+ Tutorial use as Guide
NOT RATED
Purchase the answer to view it

- set_up_a_database_and_populate_the_tables_with_data_to_explore.docx
- set_up_a_database_and_populate_the_tables_with_data_to_explore.xlsx