CIW
1D0-437 · Question #78
1D0-437 Question #78: Real Exam Question with Answer & Explanation
Sign in or unlock 1D0-437 to reveal the answer and full explanation for question #78. The question stem and answer options stay visible for context.
Question
Which of the following correctly creates a SQL statement that will insert the values of the $name and $age variables into a database? The statement is assigned to the $sqlStmt variable. Assume a CHAR data type for $name and an INT data type for $age.
Options
- A$sqlStmt = q{INSERT INTO aTable (NAME, AGE) VALUES ($name, $age)};
- B$sqlStmt = q{INSERT INTO aTable (NAME, AGE) VALUES ($name, $age)};
- C$sqlStmt = qq{INSERT INTO aTable (NAME, AGE) VALUES ($name, $age)};
- D$sqlStmt = qq{INSERT INTO aTable (NAME, AGE) VALUES ($name, $age)};
Unlock 1D0-437 to see the answer
You've previewed enough free 1D0-437 questions. Unlock 1D0-437 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.