Consider the following Property – Owner database (Primary keys are underlined) Property (Property_no, area, location, city) Owner (owner_name, address, phone) The relationship is as follows: Property – Owner are related with M-1 relationship Create the above database in PostGreSQL and insert sufficient records.