Fields fit into one line
Fields in the same line as CREATE TABLE keyword
CREATE TABLE dbo.mytable ( low int, high int, myavg AS (low + high)/2 ) ;
Fields in new line, indent by 1 or n
Stacked fields
There was an error while loading. Please reload this page.