In SQL, the following is a query:
SELECT * FROM Customers WHERE MAX (order_date) > '20210724'
Weirdly, a query that updates is still a query (It's an 'update query'.)
I don't ever "question" data.
In SQL, the following is a query:
SELECT * FROM Customers WHERE MAX (order_date) > '20210724'
Weirdly, a query that updates is still a query (It's an 'update query'.)
I don't ever "question" data.