Slip 25 - C) Consider the following entities and their relationships Emp (emp_no,emp_name,address,phone,salary) Salary(em_pno, Basic, HR, TA, DA) Dept (dept_no,dept_name,location) Emp-Dept are related with one-many relationship Create a RDB for the above and solve following Using above database. write a PHP script which will print a salary statement for specified emp_no with his details.

Solution:


Post a Comment

1 Comments