____ uses an UPDATE SQL query to make changes to the attributes directly in the database and sets them in the receiver

30. ____ uses an UPDATE SQL query to make changes to the attributes directly in the database and sets them in the receiver.

  1. update_columns(attributes)
  2. update!(attributes)
  3. update_column(name, value)
  4. update_attribute(name, value)

Answer: A) update_columns(attributes)

Explanation:

update columns(attributes) uses an UPDATE SQL query to make changes to the attributes directly in the database and sets them in the receiver:

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.