Other Ways to Use Queries
Learn some other ways to use queries.
We'll cover the following
The Query
module can be used for more than just reading data. We can use queries in some of the other *all
functions we looked at in the last chapter. This allows us to perform update
and delete
operations on a specific collection of records. Let’s take a look.
In the last chapter, we updated all the timestamps in the artists
table with the following code:
Get hands-on with 1400+ tech skills courses.