File size: 1,157 Bytes
4bab190
 
 
 
 
 
 
 
 
 
eb574ed
 
4bab190
eb574ed
0498eab
eb574ed
 
 
0498eab
eb574ed
b7f2e4f
 
 
 
4bab190
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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>