Revature Interview Question

How would you select all tables in a database?

Interview Answer

Anonymous

Apr 2, 2020

SELECT * FROM table_name;