Using, database design language (DBDL – see p. 193 in the text),describe the following tables to be used for the college database.Be sure to underline the primary keys, and notatethe foreign keys as shown in the text.
- For the Department table, store its number and name
- For the Advisor table, store the advisor number and name (firstand last), and the number of the department to which the advisor isassigned
- For the Course table, store the course code and description(MTH 110, Algebra)
- For the Student table, store the student number, name (last andfirst), and the number of the advisor assigned to that student
- For the StudentCourse
OROR