Is it mandatory to know the table name from which you want to fetch some data based on some criteria? For example, here I have a database with 20 tables containing the same columns, only different row data.
And I want to fetch some data, from outside, based on some criteria, without being able to know the table name. Is there some sort of query available, something like:
SELECT * FROM SOME TABLE WHERE ID = [randomnumber]