CREATE TABLE (U-SQL): Overview
Updated: March 10, 2017
U-SQL provides the ability to create both managed and external tables as well as creating partitioned managed tables. Please follow the links in the following grammar rule to the respective sections.
| Syntax |
|---|
Create_Table_Statement :=
Create_Managed_Table_Statement
| Create_External_Table_Statement.
|
See Also
Community Additions
ADD
Show: