unit 2 individual project for itco231
AcademicWritersDen.com boasts a team of highly skilled and experienced writers who specialize in various academic fields. The company carefully selects its writers through a rigorous screening process to ensure that they possess the necessary qualifications and expertise. Whether it’s an essay, research paper, or any other homework assignment, students can rely on AcademicWritersDen.com to connect them with professionals who have an in-depth understanding of the subject matter. This ensures that the work delivered is of high quality and meets the academic standards set by educational institutions.
Assignment Details
Assignment Description
A SQL server was installed during unit 1. The installation included SQL Server Management Studio Express. This tool is used to create and manage your database. The next step is to ensure that the installed software was configured correctly. An existing database is available for this purpose. Using an existing database will also enable you experiment with querying a database.
For this project, you will access a database to ensure your software was installed and configured properly. You will explore the SELECT statement by populating the tables with data and retrieve the data from the database tables.
- Task 1
- Click here to download and install the AdventureWorks LT2012 database into the SQL environment. Unzip the file and store the data file and the log file into the Data folder within the folder Program Files (x86)/Microsoft SQL Server as follows:
- For 64-bit operating systems: copy the files into the folder:
C:/Program Files/Microsoft SQL Server/MSSQL11.SQLEXPRESS/MSSQL/DATA - For 32-bit operating systems: copy the files into the folder:
C:/Program Files (x86)/Microsoft SQL Server/MSSQL11.SQLEXPRESS/MSSQL/DATA - The folder listed above will already exist. This is where you installed the SQL software to in DB1.
- When trying to open the DATA folder, you may receive a message about concerns on accessing the folder. Click ‘continue’ or ‘ok’
- For 64-bit operating systems: copy the files into the folder:
- After the files are saved, the database needs to be attached.
- Open Microsoft SQL Server Management Studio. In the Object Explorer window, right click on Databases, and select Attach.
- On the Attach Databases window, click the Add button.
- The Locate Files window will default to the DATA folder, where you just copied the files to. Select the AdventureWorksLT2012_Data.mdf file and click OK.
- Back in the Attach Databases window, just click OK.
- The AdventureWorksLT2012 database will now display in Object Explorer under Databases.
- Click here to download and install the AdventureWorks LT2012 database into the SQL environment. Unzip the file and store the data file and the log file into the Data folder within the folder Program Files (x86)/Microsoft SQL Server as follows:
- Task 2
- Generate a database diagram for all the tables in the database.
- Include a screenshot of this diagram in your Word document.
- Generate a database diagram for all the tables in the database.
- Task 3
- Write SELECT statements for the following questions:
- For each of these statements, include a screenshot of the SQL statements and results. Make sure to include the statement execution, including the resulting data.
- Display all columns and all rows from the Customer table.
- Display the ProductID, ProductNumber and ListPrice for all rows in the Product table.
- Modify query 2 so that the column headings are as follows:
- “ID,” “Number,” and “List Price”
- Display the CustomerID, full customer name, and Company Name for all customers in the Customer table. The full customer name would be shown by displaying the values separately from the necessary columns. Another optional, and more advanced, approach to show full customer name would be to combine the necessary columns and associate an alias.
- Display the CustomerID, full customer name, and Company Name for all customers in the Customer table.
- Name the columns “ID,” “Name,” and “Company Name” (respectively), and sort the data by the company name.
- For each of these statements, include a screenshot of the SQL statements and results. Make sure to include the statement execution, including the resulting data.
- Write SELECT statements for the following questions:
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!
NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

