98-364 Exam QuestionsBrowse all questions from this exam

98-364 Exam - Question 55


On which database structure does an update statement operate?

Show Answer
Correct Answer: A

An update statement in a database operates on a table. This is because tables are the core storage structures in relational databases, and update statements are used to modify the data within these tables.

Discussion

1 comment
Sign in to comment
Morgane
Oct 11, 2021

A, Table, UPDATE being one of the DML statements (along with INSERT, DELETE etc).