I\'m new to aws, can anyone tell me what are redshifts\' equivalents to mysql commands?
show tables -- redshift command describe table_name -- redshift command <
You can simply use the command below to describe a table.
desc table-name
or
desc schema-name.table-name