Your session has sqi_mode set to default.
Examine this statement which executes successfully:

Now examine this statement:
![]()
Which two changes are required to the insert statement so that it inserts the correct data?
• std_id = 10301
• firstname = Mary
• lastname = O'Hagen
• birthdate = November 26, 1997
• reg_date = the current date
Select all that apply, then click Submit answer.
-
○
Change DATE () to DAY ().
-
○
Change "O'Hagen" to 'o\'Hagen'.
-
○
Change date () to CURRENT_TIMESTAMP () .
-
○
Change " NULL " to NULL.
-
○
Change " NULL " to ' NULL ' .
-
○
Change "O'Hagen" to "O\'Hagen".