Database Tutorial

Course Tutorial Site

Site Admin

Lab #8 : Transformations

with 7 comments

This lab works on developing the students understanding of advanced aggregation concepts and data transformations. It involves selective aggregation concepts, and leverages the data import skills developed in Lab #7.

Written by michaelmclaughlin

March 14th, 2010 at 5:26 pm

Posted in

7 Responses to 'Lab #8 : Transformations'

Subscribe to comments with RSS or TrackBack to 'Lab #8 : Transformations'.

  1. Brother McLaughlin,
    The ZIP file from step 3 does not work.
    Thanks!

    Trevor D

    17 Mar 10 at 9:48 pm

  2. I’m re-working it to simplify that step and the lab. It’ll be available with new write-up tonight.

    michaelmclaughlin

    18 Mar 10 at 11:29 am

  3. Step 4 Business Rule needs to be rewritten. PAYMENT_ACCOUNT_NUMBER is 111-111-111-111 for both income and ‘expenses income’ as it is presently written.

    Wil G.

    22 Mar 10 at 11:59 pm

  4. When I try to update the transaction_account number to 222-222-222-222 in oracle, it says that ‘this operation is not supported on external organized tables’. It works in mysql, but not in oracle.

    Daren J.

    23 Mar 10 at 3:10 pm

  5. You simply want to select everything from the external table, and substitute ’222-222-222-222′ in place of the TRANSACTION_ACCOUNT column.

    michaelmclaughlin

    23 Mar 10 at 6:49 pm

  6. Um. The CSV file for this case has been messed up. It is just like the CSV file for lab 7. The one we need is all numbers…

    Nate

    25 Mar 10 at 10:06 pm

  7. It’s all fixed now.

    michaelmclaughlin

    25 Mar 10 at 10:06 pm

Leave a Reply