DavidSzczesniak
1/17/2018 - 2:16 PM

Show table contents

--The basic statement:
SHOW COLUMNS FROM <table name>;

--Abbreviated with DESCRIBE(same use as above):
DESC <table name>;