1
Through Phpmyadmin, accessing a table, we can see the structure of it in the tab structure
listing the fields, the types of data each accepts, and other information.
How can I obtain through a query the details of a given table in the database, more specifically its structure, its fields and the type of data that each field accepts?