ETL_using_Chinook / index.html
Ashikin's picture
Update index.html
0498eab verified
Raw
History Blame Contribute Delete
1.16 kB
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>My ETL portfolio</h1>
<p>
<br>The Chinook data model represents a digital media store, including tables for artists, albums, media tracks, invoices, and customers.
Media-related data was created using real data from an Apple iTunes library. Customer and employee information was created using fictitious names and addresses that can be located on Google maps, and other well formatted data (phone, fax, email, etc.) Sales information was auto generated using random data for a four year period.
The Chinook sample database includes: </br>
<br>11 tables </br>
<br>Information about primary and foreign key constraints</br>
<br>The addition of new 'track_media_type' transformed table. This transformation involves combining information from two separate tables (tracks and media_types) into a new table.
(Source: https://docs.yugabyte.com/preview/sample-data/chinook/)</br>
</p>
</div>
</body>
</html>