Many-to-Many You have a many-to-many relationship between RE…

Many-to-Many You have a many-to-many relationship between RECIPE and INGREDIENT. You will need to create an appropriate bridge/linking entity to breakdown the relationship.  “Each Recipe can have many Ingredients” “Each Ingredient can be used in many Recipes” Respond to 1 and 2 1) Write a bridge/linking entity that could be used to create a one to many relationship on both sides. You do not need to draw it. Just write the name in all capital letters. Your choice of what entity(table) you think would best link in order to make sense. Don’t overthink it. 2) Write the relationship statements similar to above but include your new entity. 

SQL Statements Use the sample data in the table to create th…

SQL Statements Use the sample data in the table to create the appropriate SQL statement. Employee Table Respond to #1 below. 1) Write a SQL Query to list the employee(s), whose salary is the highest. 2) Write the ename(s) and salary figure(s) that will return in the query.