id | name | experience |
---|---|---|
1 | John Doe | 10 |
2 | Jane Smith | 8 |
3 | Emily Johnson | 6 |
4 | Michael Brown | 3 |
5 | Linda Davis | 7 |
style_id | style_name | description |
---|---|---|
1 | Period Hairstyle | A hairstyle from a specific historical period. |
2 | Updo | A hairstyle where the hair is pulled up off the neck and secured at the top or back of the head. |
3 | Bob | A short haircut that falls just below the chin. |
4 | Pixie | A very short haircut with hair cut close to the scalp. |
5 | Curl | A hairstyle characterized by curls or waves in the hair. |
hairdresser_id | style_id |
---|---|
(→ Hair_Stylists.id) | (→ Styles.style_id) |
1 | 1 |
2 | 1 |
3 | 1 |
4 | 1 |
5 | 1 |
5 | 4 |
project_id | title | release_date |
---|---|---|
1 | The Great Gatsby | 2022-05-29 |
2 | Inception | 2010-07-16 |
3 | Interstellar | 2014-11-07 |
4 | La La Land | 2016-12-02 |
5 | Black Swan | 2010-12-01 |
actor_id | first_name | last_name | birth_date |
---|---|---|---|
1 | Leonardo | DiCaprio | 1974-11-11 |
2 | Ellen | Page | 1987-01-21 |
3 | Christian | Bale | 1974-01-30 |
4 | Anne | Hathaway | 1982-11-12 |
5 | Natalie | Portman | 1981-06-09 |
role_id | character_name | film_project_id |
---|---|---|
(→ Film_Projects.project_id) | ||
1 | Gatsby | 1 |
2 | Cobb | 2 |
3 | Cooper | 3 |
4 | Sebastian | 4 |
5 | Arthur | 5 |
casting_id | actor_id | role_id |
---|---|---|
(→ Actors.actor_id) | (→ Roles.role_id) | |
1 | 1 | 1 |
2 | 2 | 2 |
3 | 3 | 3 |
4 | 4 | 4 |
5 | 5 | 5 |