|
Depending on how you are actually set up, there is a default schema called information_schema and this database contains the information you are looking for. You may want to search the internet for the precise commands to use. YOu can also use "describe table_name" to find more information on the table in question.
|