What are the data types supported in the warehouse tables of SQL Endpoint?
The table columns in warehouse tables of SQL Endpoint are derived from the source Delta types. These include: bigint, bit, int, smallint, float, real, date, datetime2, char(n) with Latin1_General_100_BIN2_UTF8 collation, varchar(n) (MAX) with Latin1_General_100_BIN2_UTF8 collation and varbinary(n).