I have a table named "meetings" for historic reasons, and a lot of code that references that table name.
I want to rename it to "jobs" to match what we've been calling it for the last 8 years.
renaming the table will break the code.
Is there a way to create a database-wide alias so I can rename the table to "jobs", but code that references "meetings" will still work?
the code is for inserts and reads.