Assignment: Q.1 Solution

Consider the following entities and their relationships. Employee (eno, ename, sal) Project (pno, pname,duration) Employee and Project are related with a many-many relationship. Create a RDB in 3 NF for the above. Using the above database write a PHP script to accept the project name. Display the name ofthe employees and the duration of the project.

Index.html


    

    

Backend.php