SQL Notes - JimKnee-Champ/Ethical-Hacking-Journal GitHub Wiki

Show databases > lists databases

Use (database) > interacts with database

Show tables > shows tables in used database

Describe (table) > lists the means of storage for that Table within the selected database (what values are in the table, what the values in that table can be for each item, rows and columns, etc)

Select (table item), (Table item) from (table NAME) > shows values stored within table corresponding to those attributes