Databases Reference
In-Depth Information
2.
Modify the table columns, as shown. You can click on Column and
overwrite FName , and so on. Add an extra column for Age . The ID
column is the primary key:
The created table will have four columns, one of which is ID , the primary
key and the others are an Age column with data type int and two nvarchar
datatype columns for FName and LName , and none of these are required. All
datatypes available on premises are also available on SQL Azure databases.
 
Search WWH ::




Custom Search