SQL Language Guide
>
SQL Language Guide
>
SQL Statements
>
DROP
>
DROP Examples
Was this helpful?
DROP Examples
1.
Drop the sales_fact and time_dimension tables:
DROP TABLE sales_fact, time_dimension;
2.
Drop the idx index:
DROP INDEX idx;
Last modified date: 06/28/2024
This site works best with JavaScript enabled