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
- A. UPDATE
- B. ALTER
- C. CREATE
- D. REPORT
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.