When building an UPDATE statement in SQL Query builder, which of the following is TRUE?
When building an UPDATE statement in SQL Query builder, which of the following is TRUE?
When building an UPDATE statement in SQL Query builder, the columns that need to be updated must be selected individually from the column selection grid. This allows precise selection of the specific columns that will be affected by the update.
https://www.ibm.com/docs/en/iis/11.3?topic=statements-building-update Specify the columns that you want to update on the column selection grid. => D is correct