Google Associate Android Developer Practice Test 3
Question 1 / 40
What do you want from Room when you create a DAO method and annotate it with @Update?
Example:
@Dao
public interface MyDao { @Update
public void updateUsers(User... users); }