Using SQL (create and insert into).1. Create the following tables and their relationships.2. Populate with the shown data.Using SQL (create and insert into) 1. Create the following tables and their relationships 2. Populate with the shown data. Student Table: student ID(text 10 stlast name(text 50) st first name(text 50) acc number(text 5) FK PK rj123 mk123 123 gj123 ed required 12345 54321 Rick Mick Tyler ac Jones king lane Jones Accounts Table acc-number( text 5) PK acc-status
OR
OR