A new database query walks into a bar. The server says: "Sorry, cache only!"

(Cash👉Cache: memory storage. Whenever a query is run for the first time in SQL Server,

it is compiled and a query plan is generated for the query.

Then, it can be saved in the cache.

So here the database query could not be in the cache because it is new, that's why it can't have a drink😂 )