Popular Tutorials
HTML
View allJavaScript
View allPage Index
Popular Tutorials
HTML
View allJavaScript
View allPopular Exercises
Page Index
MySQL Show tables
The show or list table is very important when we have many databases that contain various tables. Sometimes the table names are the same in many databases; in that case, this query is very useful. We can get the number of table information of a database using the following statement:
SHOW TABLES;
For example :
Let's move on to Rename table command in MySQL
Share this page on :
© 2022 AnalyzeCode.com All rights reserved.