Computer Science, asked by renusingh0306, 10 months ago


Which commands in Mysql is used to make any Database current Database and see the list of table
in that data base?

Answers

Answered by murokacbe
2

Answer:

To get a list of the tables in a MySQL database, use the mysql client tool to connect to the MySQL server and run the SHOW TABLES command. The optional FULL modifier will show the table type as a second output column.

Explanation:

I hope this will be useful

Answered by akhilkthomas880
0

Answer:

___ command is used to build a data base in MySQL

Similar questions