Which two Structured Query Language (SQL) statements can you use?

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.)

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



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Mohamed Able Azim

Mohamed Able Azim

The correct answer :
B.
Option B

C.
Option C

Justaguy

Justaguy

B 100% and the second one probably c

Anony

Anony

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.

Pawan Chhangani

Pawan Chhangani

B & C is correct ansewer

Tony

Tony

“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.