CompTIA ITF+ (FC0-U61) — Question 67

A developer needs to add a table to a database. Which of the following database activities should the user perform?

Answer options

Correct answer: C

Explanation

The correct answer is C, as the CREATE command is used to establish new database objects like tables. The other options are not suitable for creating a new table; UPDATE modifies existing records, ALTER changes the structure of existing tables, and REPORT does not apply to table creation.