Dear members, I need to transform a normalized database (tables Customer, Product, Order and Order Detail) to a database with only one table with all data in the columns. It will be for a Data Mining exercise. Any clues? Thank you very much.
Dear members, I need to transform a normalized database (tables Customer, Product, Order and Order Detail) to a database with only one table with all data in the columns. It will be for a Data Mining exercise. Any clues? Thank you very much.
one big query.
join all tables.
It worked, thank you very much.