Introduction to SQL
Select the right statement to insert values to the student table.

INSERT INTO student VALUES (
INSERT VALUES (
INSERT VALUES INTO student (
INSERT student VALUES (

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
NULL is

the same as 0 for integer
the same as blank for character
the same as 0 for integer and blank for character
not a value

ANSWER DOWNLOAD EXAMIANS APP