CREATE TABLE (U-SQL): Overview

Summary

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