In MySQL, what is the purpose of the SHOW TABLES statement?
A. Display the structure of a table
B. Show the list of tables in a database
C. Display the content of a table
D. Show the indexes of a table
'SHOW TABLES' is used to display the list of tables in a database.