## dropTableStatement ```mermaid %%{init: { 'theme': 'base', 'themeVariables': { 'fontSize': '11px', 'nodePadding': '1', 'nodeBorder': '1', 'lineWidth': '0.8', 'fontFamily': 'Arial' } }}%% flowchart LR dropTableStatement_start([dropTableStatement]) dropTableStatement_start --> dropTableStatement_0_0[DROP] dropTableStatement_0_0 --> dropTableStatement_0_1[TABLE] dropTableStatement_0_1 --> dropTableStatement_0_2[tableSpec] dropTableStatement_0_2 --> dropTableStatement_end(( )) ```