Hi
Is there a way of aliasing tables at database level?
so every time you need the table you can just use the alias rather than the table name?
for example I have a table called Apples, I alias it somewhere as App and then from then on I can reference it as App.
so
Select * from App
Thanks in advance