Question Set 43
Question Set 43
There are 5 engineers who develop the database of a software company. You are one of those 5
engineers. The company you work for has been assigned to create software, and you have entrusted
the team to create a database of that software. The software uses the product, brand table to store
product information in the database. Use this table to answer the following questions.
Product Brand
01) Create the Relation algebra query needed to find the "Choc Shock" biscuit on the product table of
the database.
02) Search for product details under the brand name "Hawain Cookies" and product "Munchee".
Create the required Relational Algebra Query. (Use 2 as brand_id.)
03) SQL Query is designed by other members of your team to suit their needs. Write the Relational
Algebra Query to the created query.