Junior — Senior
Creating a database schema for teachers and curricula
livecode
Task condition
The organization has teachers and curricula through which they teach students. One teacher can work in multiple curricula, and each curriculum can involve several teachers. The teacher has two attributes: full name and position, while the curriculum has a single field — name. It is required to design and implement a database containing two tables: teachers and programs, and also ensure a many-to-many relationship between them.