I am trying to figure out what tables are available on a particular database. I have read access to the whole database, through an html form to input queries. Is it possible to query a list of available tables?
code:
example: Select * from BaseTable.Table where ....
I have BaseTable, I am trying to figure out all of the Table names