You have a database table that contains the following columns:
You must insert the following record into the table: Which two Structured Query Language (SQL)
statements can you use? (Choose two.)
A.
Option A
B.
Option B
C.
Option C
D.
Option D
You have a database table that contains the following columns:
You must insert the following record into the table: Which two Structured Query Language (SQL)
statements can you use? (Choose two.)
A.
Option A
B.
Option B
C.
Option C
D.
Option D
The correct answer :
B.
Option B
C.
Option C
B 100% and the second one probably c
Correct Answers are B and C. Answer B specifies the columns to populate and answer C only passes the values without identifying the columns. That is fine as long as the data is in the same order and same number of fields.
B & C is correct ansewer
B & C
“A” contains the values in the first line rather than rather than the destination fieldnames, definitely “B”. “C” has the values in the order the data that the fields are currently being stored so this would also work in this example.