Дана структура базы данных с тремя таблицами:
create table INTERVIEW_TYPES ( id int auto_increment primary key, name```