167k views
3 votes
What operation writes the value of program variable X into the database item named X?

1) Assignment
2) Insertion
3) Update
4) Deletion

1 Answer

4 votes

Final answer:

The operation that writes the value of a program variable X into the database item named X is called update.

Step-by-step explanation:

The operation that writes the value of a program variable X into the database item named X is called update.

An update operation is used to modify the existing data in a database and it ensures that the newly assigned value of variable X is stored in the corresponding database item.

For example, if a program sets the value of variable X to 10 and then performs an update operation on the database item named X, the value stored in that item will be changed to 10.

User Thomas Ingham
by
8.0k points