Assignment: Q.1 Solution

Consider the following entities and their relationships. Client (c_no, c_name, c_addr, birth_date) Policy_info (p_no, p_name, maturity_amt, prem_amt, policy_term) The relationship between Client and Policy_info is many-to-many with descriptive attribute date_of_purchase. Create a RDB in 3NF for the above. Using the above database write a PHP script to display policy details of a given client for a given year in the following format.

Index.html


    

    

Backend.php