I'm attempting to do an exercise from Sam's Learn SQL in 24 hours with the following syntax. create table employee_pay_tbl (date_hire date); I'm getting this error and need help. IIt does not like the date data type? I'm a beginner... Server: Msg 2715, Level 16, State 7, Line 1 Column...