Assignment: Practice Set Q.1 Solution

Consider the following entities and their relationships Company (c_no, c_name, c_city, c_share_value) Person (p_no, p_name, p_city, p_ph_no) Relationship between Company and Person is many-to-many with descriptive attribute no_of_shares. Using the above database, write a PHP script to display person wise share details in tabular format.