सभी तालिकाओं का नाम प्राप्त करने के लिए उपयोग करें:
SELECT table_name FROM information_schema.tables;
किसी विशिष्ट डेटाबेस उपयोग से तालिकाओं का नाम प्राप्त करने के लिए:
SELECT table_name FROM information_schema.tables where table_schema='<your_database_name>';
अधिक विवरण के लिए देखें:http://dev.mysql. com/doc/refman/5.0/hi/information-schema.html