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 use - desc / to see the view/table definition in Redshift. I have been using Workbench/J as a SQL client for Redshift and it gives the definition in the Messages tab adjacent to Result tab.