Database Fundamentals — Question 72

On which database structure does an insert statement operate?

Answer options

Correct answer: E

Explanation

The correct answer is E, as an insert statement specifically adds new records to a table in a database. The other options, such as Role, Trigger, User, and Stored procedure, do not serve as structures where data is directly inserted.