Asked by
Keanne Herrera
on Oct 20, 2024Verified
A(n) _____ query changes the values in a field.
A) Make-Table
B) Append
C) Update
D) Change Value
Update Query
In databases, an Update Query is a command that modifies a set of data in one or more tables based on specified criteria.
Make-Table Query
A database query that creates a new table and populates it with data selected from one or more other tables.
Append Query
In database management, a type of query that adds records from one or more sources to the end of one or more tables.
- Develop proficiency in adjusting data or layout in tables through Update queries.
Verified Answer
DC
Learning Objectives
- Develop proficiency in adjusting data or layout in tables through Update queries.