October 10, 2018 at 8:33 pm
Suppose I create a table. Then I specify a column name. After that I have data type.
1. I am trying to find a list of everything that you can specify after data type. The SQL documentation is really hard to interpret.
2. What is this list called? Are all of these things (after the data type) the column properties? Constraint is listed as one of these that you have to specify, but I don't see constraint under the column properties window.
3. Does it matter what order you use, when specifying these properties or can you specify them in any order?
October 11, 2018 at 8:29 am
Take a look at the Microsoft documentation for CREATE TABLE.
Steve (aka sgmunson) 🙂 🙂 🙂
Rent Servers for Income (picks and shovels strategy)
October 11, 2018 at 8:50 am
This might help with the undrestanding od Microsoft Documentation: https://docs.microsoft.com/en-us/sql/t-sql/language-elements/transact-sql-syntax-conventions-transact-sql?view=sql-server-2017
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply