Question: Assignment 1 Acquire and Load the Data 1 . Acquire the . CSV files from Canvas which are Calendar, StockData and CompanyInformation. 2 . Observe
Assignment
Acquire and Load the Data
Acquire the CSV files from Canvas which are Calendar, StockData and
CompanyInformation.
Observe the following data in the stockdata csv file: TickerSymbol, TradeDate,
STOpen, STHigh, STLow, STClose, Volume
Import the stockdata data into SQL Server and change the data types to be
appropriate and defend your choices. Note that at this point you have data in
a single table.
Make sure to name the table StockData
Import the companyinformation csv file and change the data types and name
the table CompanyInformation.
Create a relationship between CompanyInformation and StockData on the
common attribute "ticker symbol."
Import the calendar table from the Stockdata table to include all days from
Jan. to Dec. The calendar attributes you need are ActualDate,
MonthName, DayNumber, YearNumber, DayOfWeek and DayType.
Create relationships from date attributes in the StockData table to the
calendar table. Make sure you understand the primary key and foreign key
relationship.
Create five constraints on any of the three tables in any combination.
Snip the comments where you answered questions.
Make an attractive cover page with your name, the assignment due date, and
the assignment number.
Deliverables
a Prove that you acquired your data and that it is in SQL Server in tables.
b Prove that you have three tables and the data types that are in those
tables.
c Prove that you created the constraints.
d Prove that you created relationships between the three tables.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
