We need tо use the SQL DDL in аn SQLite dаtаbase tо set up a database tо keep information about students taking courses and their majors. We have a table named Department_to_major that contains the following columns. The type of each column is given in parentheses. Write down a CREATE TABLE statement for this Department_to_major table. Here are the columns, types, and some other info if needed. This is a little bit of a weird table with only two columns, but it exists to "convert" a short department code (like INFO-C) to a longer one (like "Collaborative online informatics"). DCODE (TEXT) - this row uniquely identifies each department! DNAME (TEXT)