id | name | experience |
---|---|---|
1 | John Doe | 10 |
2 | Jane Smith | 7 |
3 | Alice Johnson | 5 |
4 | Bob Brown | 3 |
5 | Charlie Davis | 8 |
id | name | address | rating |
---|---|---|---|
1 | Restaurant A | Street A | 4.2 |
2 | Restaurant B | Street B | 4.6 |
3 | Restaurant C | Street C | 4.9 |
4 | Restaurant D | Street D | 4.5 |
5 | Restaurant E | Street E | 4.8 |
id | type |
---|---|
1 | Italian |
2 | French |
3 | Mexican |
4 | Indian |
5 | Thai |
id | title | description | preparationTime | cuisineId |
---|---|---|---|---|
(→ Cuisines.id) | ||||
1 | Pasta | A delicious pasta dish. | 30 | 1 |
2 | Steak | Tender steak cooked medium-rare. | 45 | 3 |
3 | Enchiladas | Spicy Mexican enchiladas. | 60 | 4 |
4 | Curry | An aromatic Indian curry. | 90 | 5 |
5 | Pad Thai | Authentic Thai noodles. | 40 | 6 |
id | name | quantity |
---|---|---|
1 | Tomatoes | 2 cups |
2 | Garlic | 2 cloves |
3 | Olive oil | 1/4 cup |
4 | Basil | 1/4 cup |
5 | Onion | 1 large |
recipeId | ingredientId | amount |
---|---|---|
(→ Recipes.id) | (→ Ingredients.id) | |
1 | 1 | 3 |
1 | 2 | 4 |
1 | 3 | 2 |
1 | 4 | 1 |
1 | 5 | 1 |
id | classTitle | duration | chefId | restaurantId |
---|---|---|---|---|
(→ Chefs.id) | (→ Restaurants.id) | |||
1 | Pasta Making Class | 2 hours | 1 | 1 |
2 | Steak Night | 3 hours | 2 | 2 |
3 | Mexican Fiesta | 4 hours | 3 | 3 |
4 | Indian Spices | 5 hours | 4 | 4 |
5 | Thai Delights | 3 hours | 5 | 5 |
cookingClassId | recipeId |
---|---|
(→ Cooking_Classes.id) | (→ Recipes.id) |
1 | 1 |
1 | 2 |
2 | 3 |
2 | 4 |
3 | 5 |