What Are The MySQL Commands?

What Are The MySQL Commands? Description Command Select all records from a table SELECT * FROM [table-name]; Explain all records in a table EXPLAIN SELECT* FROM [table-name]; Select records from the table SELECT [column-name], [another-column-name] FROM [table-name]; Count records in a table SELECT COUNT([column-name]) FROM [table-name]; What are the basic SQL commands? SQL commands are