สามารถทำได้ด้วยคำสั่ง SHOW FULL TABLES ไวยากรณ์จะเป็นดังนี้ -
ไวยากรณ์
SHOW FULL TABLES
ตัวอย่าง
ในตัวอย่างต่อไปนี้ ฐานข้อมูลปัจจุบันของเราคือ 'query' ดังนั้นคำสั่งด้านล่างจะแสดงรายการตารางพร้อมกับประเภทตารางในชุดผลลัพธ์จากฐานข้อมูลนี้ -
mysql> SHOW FULL TABLES; +-----------------------------+------------+ | Tables_in_query | Table_type | +-----------------------------+------------+ | accounts | BASE TABLE | | address | BASE TABLE | | cars | BASE TABLE | | cars_avgprice | VIEW | | countries | BASE TABLE | | customer_view | VIEW | | customers | BASE TABLE | | date_time_test | BASE TABLE | | detail_bday | BASE TABLE | | details_city | BASE TABLE | . . . | view_student_detail | VIEW | | view_student_detail_columns | VIEW | | websites | BASE TABLE | +-----------------------------+------------+ 87 rows in set (0.01 sec)
ชุดผลลัพธ์ข้างต้นแสดงตารางพร้อมกับประเภทตารางเช่น BASE TABLE หรือ VIEW