To explain records use this command. Take out brackets and replace table with your table name. #terminal #mysql

EXPLAIN SELECT * FROM [table];
Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408


Sign Up To Comment