With this COMPANY relational database state, please display the result of each query specified by a relational algebra expression. After getting the result, there also needs to be an explanation for each part in SQL. Like for example, if the answer to question a was 4, I'd like to know how to get that result in MySQL. a. SELECTDno = 5 AND Salary >= 25000(EMPLOYEE) b. PROJECTEssn, Relationship (DEPENDENT). c. PROJECTSsn(EMPLOYEE) – PROJECTEssn(DEPENDENT) d. PROJECTMgr_ssn(DEPARTMENT) UNION PROJECTEssn(DEPENDENT) e. PROJECTEssn, Pno(WORKS_ON) / PROJECTPno( SELECTEssn = ‘123456789’(WORKS_ON)) f. PROJECTSuper_ssn(EMPLOYEE) g. FAVERAGE(Salary) (EMPLOYEE) h. EssnFMAX(Hours) (WORKS_ON) i. Dno, SexFCOUNT(*)(EMPLOYEE)