Slip 27 - C) Considerer the following entities and their relationships project(pno integer, p_name char(30), ptype char(20),duration integer), employee (eno integer, e_name char (20), qualification char (15), joindate date) .The relationship between project - employee: M-M, with descriptive attributes as start_date (date), no_of_hours_worked (integer). Using above database write a script in PHP to accept a project name from user and display information of employees working on the project.

Solution:


Post a Comment

1 Comments