Database Fundamentals — Question 109
On which database structure does an update statement operate?
Answer options
- A. Table
- B. User
- C. Trigger
- D. Role
Correct answer: A
Explanation
An update statement directly modifies data within a Table, making it the correct answer. The other options, such as User, Trigger, and Role, do not represent structures that can be updated in the same sense as a Table in a database.