Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2022 11:55 PM
CREATE TABLE table_name (
column_name_1 datatype,
column_name_2 datatype,
.
.
.
.
column_name_n datatype,
)
USING data_source
LOCATION <path>