CompTIA ITF+ (FC0-U61) — Question 206

A database administrator needs to add a record to an existing table. Which of the following statements would the administrator MOST likely use?

Answer options

Correct answer: A

Explanation

The correct answer is A, INSERT, as this command is specifically designed to add new records to a table. The other options do not serve this purpose: B, SELECT is used to retrieve data, C, UDATE is likely a typo for UPDATE which modifies existing records, and D, DELETE removes records from the table.