How do I view tables in SQL ?


To view tables in SQL, all you need to do is give this command:

Show tables;
       

Advertisements

ads