Hi everybody,
Is it possible in oracle to declare a table name without actually involve the name of the table in the query?
I want to retrieve data from a table, but the name of the table is restricted, if the firewall sees that word i get an error message. (Its a capture the flag, not a real webapp)
I wonder if is there any method the declare that table without using its name to retrieve data from it?