I deleted table but still querying old data

For Workes & Pages, what is the name of the domain?

irensaltali.workers.dev

What is the issue or error you’re encountering

I deleted a table from my Cloudflare D1 database but can still query old data that should have been removed. To investigate further, I created a new table with the same name, and it also returned the old data, although this data does not appear on the dashboard.In an attempt to resolve the issue, I deleted the entire database and created a new one with a different name. I then created a new table with the same name, yet old data still appears in queries, despite not being visible on the dashboard.

What steps have you taken to resolve the issue?

Summary of Steps Taken:
1.Deleted the original table but still see old data in queries.
2.Created a new table with the same name, which returned old data.
3.Deleted the database and created a new one with a different name.
4.Created a new table with the same name, but old data persists in queries.

I am seeing some stale data today. I updated a value in a table an hour ago, but still seeing the old data when querying from a Worker. Querying the table directly in the Cloudflare console shows the correct data. Not sure what to do.