[solved]-Write Following Query Extended Relational Algebra Find Number Products Manufactured Compan Q39022784

Write the following query in extended relational algebra: Findthe number of products manufactured by the company with govt_id123-45-6789
company(co_name, govt_id, ceo_ssn, hq_loc) division(co id, div name, subdiv of, dir ssn, div_hq) site(co id, diy name, loc) product(prod_id, manuf_co, manuf_div, loc, prod_descr) person(ssn, name, address) works_for(ssn, co id, div_name, salary, emp_id, sup_ssn) skill(ssn, prod_id, manuf_co) Show transcribed image text company(co_name, govt_id, ceo_ssn, hq_loc) division(co id, div name, subdiv of, dir ssn, div_hq) site(co id, diy name, loc) product(prod_id, manuf_co, manuf_div, loc, prod_descr) person(ssn, name, address) works_for(ssn, co id, div_name, salary, emp_id, sup_ssn) skill(ssn, prod_id, manuf_co)
Expert Answer
Answer to Write the following query in extended relational algebra: Find the number of products manufactured by the company with g… . . .
OR

