subject

Create the garden glory operational data storethe first step for this project is to create the garden glory operational data store. review the garden glory project in chapter 3 to understand the requirements for the tables and the referential integrity constraints. the tables in the garden glory operational data store are owner, owned_property, employee, gg_service, and property_service. these tables contain the following columns. owner (ownerid, ownername, owneremailaddress, ownertype)owned_property (propertyid, propertyname, propertytype, street, city, state, zip, ownerid)gg_service (serviceid, servicedescription, costperhour)employee (employeeid, lastname, firstname, cellphone, experiencelevel)property_service (propertyserviceid, propertyid, serviceid, servicedate, employeeid, hoursworkeduse data types appropriate for ms sql server and for the type of data in the column. these tables have the following referential integrity constraints: ownerid in owned_property must exist in ownerid in ownerpropertyid in property_service must exist in propertyid in owned_propertyserviceid in property_service must exist in serviceid in gg_serviceemployeeid in property_service must exist in employeeid in employeedefine the following primary keys as surrogate keys with values starting at 1 and incrementing by 1: ownerid in owner, propertyid in owned_property, serviceid in gg_service, employeeid in employee, and propertyserviceid in property_service. ms server sql uses the identity(n, n) syntax to create a surrogate key. create the garden glory data warehousecreate the garden glory data warehouse using a star schema design. the dimension tables are employee, property, and timeline. the fact table is service_hours, and the fact table measure is hoursworked. the following is a diagram of the tables in the garden glory data warehouse. create the sql for the extract, transform, and load (etl) for the garden glory data warehouseconsider what transformations will be needed to load the data from the garden data operational data store into the garden glory data warehouse. write the sql statements to load the transformed data into the gg data warehouse. create the sql to query the garden glory data warehousewrite and execute sql queries in the gg data warehouse that produce the following result sets: hoursworked by all employees in june 2017hoursworked in the property that had the most hours workedhoursworked by all employees in the city of bellevue washington in the first quarter of 2017hoursworked by senior level employees in the second quarter of 2017 grouped by city and stateafter you complete these queries in the gg data warehouse, try to create queries that produce the same result set in the gg operational data store. are these queries more difficult in the operational data store? project presentationcreate a powerpoint presentation for the project containing the following elements: a database diagram of the garden glory operational data storea database diagram of the garden glory data warehousea description of the extract, transform, and load (etl) sql statements required to load data from the operational data store to the data warehousethe advantages of using denormalized data in a data warehouse for olap queries. use the data warehouse queries as an example. garden glory data in operational data storethe primary keys like o_pkn are a symbolic representation of the integer primary key that ms sql server assigns with the identity syntax. these primary keys correspond to the symbolic representation of the foreign keys like o_fkn. the first one or two characters are taken from the name of the table. owner _pk1'mary jones''mary. jones@somewhere. com''individual'o_pk2'dtenterprises ''dte@dte. com''corporation'o_pk3'sam douglas''sam. douglas@somewhere. com''individual'o_pk4'unyenterprise s''unye@unye. com''corporation'o_pk5'doug samuels''doug. samuels@somewhere. com''individual'

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 15:10, cathyjuan
What role did women fill during world war ii?
Answers: 1
image
Computers and Technology, 23.06.2019 20:30, maryanapritchak1829
If chris has a car liability insurance, what damage would he be covered for
Answers: 1
image
Computers and Technology, 24.06.2019 22:00, kingkush85
Difference between ancient and modern mode of information transmission
Answers: 1
image
Computers and Technology, 24.06.2019 23:30, ninja12302
Does anyone have the problem where you try to watch a video to get your answer but it brings up a thing asking your gender to make ads relevant but it doesn't load? btw i won't be able to see the answer so use the comments .
Answers: 1
You know the right answer?
Create the garden glory operational data storethe first step for this project is to create the garde...

Questions in other subjects: