Question: Before we transform the data, we need to match the original attributes to the ADS attri - butes. In the table below, the attributes from

Before we transform the data, we need to match the original attributes to the ADS attri-butes. In the table below, the attributes from PCard match up with the ADS with the excep-tion of four attributes listed in italics. We may want to keep the attributes as an extension of the ADS so we dont lose some potentially useful data. Open your PCARD_FY2018 database from Part 1 in DB Browser for SQLite.11.Click the Execute SQL tab.12.Use the SQL code below as a template to remap the common elements. As you write the SQL code, replace [Table] with the name of your table and add a line for each mapping from the table above where [Field/Value] elements with either the fields or values from your source data table. These may include:a.The name of the field/attribute youre referencing (e.g.,[TransactionDate]);b.Double quotes ( or depending on the version of SQL) to leave the field blank;c.A specific value in quotes (e.g.,2020 AS Purchase_Order_Fiscal_Year to add the value 2020 for the fiscal year or USD to add a local currency); ord.An expression to combine values (e.g.,[First_Name]&&[Last_Name] AS Entered_By or [First_Name]||||[Last_Name]AS Entered_By

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!