Through PHPMyAdmin, by accessing a table, we can see the structure of the table in the structure
tab that lists the fields, the types of data that each accepts, among other information.
How can I get through a query the details of a given table in the database, specifically the structure of the table, its fields, and the type of data that each field accepts?