Consider the following Student-Teacher database. Student (sno ,s_name, s_class)s_class can be either "FY", "SY" or "TY" Teacher (tno ,t_name, yrs_experience ) The relationship is as follows: Student-Teacher: M-M with descriptive attribute Subject. Create the above database in PostGreSQL and insert sufficient records.