📄️ CREATE TABLECreate a new table.📄️ DROP TABLEDeletes the table.📄️ RENAME TABLEChanges the name of a table.📄️ TRUNCATE TABLEEmpties the table completely.📄️ DESCRIBE TABLEDisplays information about the columns in a given table.