C
CIW Application Developer
132 Questions
Question No. 1
Consider the following SQL statement:
"$tblStmt =
""CREATE TABLE Customer (Cl_Name CHAR(255), Company CHAR(255),
Phone CHAR(255),
Cl_Id INT PRIMARY KEY AUTO_INCREMENT,"";"
How many columns does this SQL statement create?
""CREATE TABLE Customer (Cl_Name CHAR(255), Company CHAR(255),
Phone CHAR(255),
Cl_Id INT PRIMARY KEY AUTO_INCREMENT,"";"
Choose the correct option from the given list.
01 / 132