Consider the DDL statement shown in the exhibit.
CREATE TABLE Sales Reps
(s_num INTEGER NOT NULL PRIMARY KEY,
s_first_name VARCHAR (25) NOT NULL,
s_last_name VARCHAR (25) NOT NULL)
Which of the following is true concerning the DDL statement?

Respuesta :