Instruction
Well done! How about datetime columns?
Exercise
The local university wants us to create a table to store exam dates.
Let's make a table called exam with the following columns:
exam_id– An integer number and the primary key, generated automatically by default.lecture_id– An integer number.date_time– A column with the exact date and time.



