Add a field to the Location box that specifies the position of data points on the map. The field can contain either specific geographic names or longitude and latitude values.
ActiveState property on relationship should always be set to 'ActiveStateIgnore'. Please check the relationship with id: ...
ActiveState property on relationship should be set to Active/Inactive when database compatibility level is greater than 1103. ...
ActiveState property on relationship should be set to Ignore when database compatibility level is 1103 or less. Please check ...
Add a column named "sum" to the table ({[a = 1, b = 2], a = 3, b = 4]}) with each value being the sum of column a and column ...
Add a field to the Location box that specifies the position of data points on the map. The field can contain either specific ...
Add a join column to ({[saleID = 1, item = "Shirt"], saleID = 2, item = "Hat"]}) named "price/stock" from the table ({[saleID ...
Add a key to a table, specify the subset of the table's column names that defines the key, and specify whether the key is ...
Add a key to {0}, given {1} is the subset of {0}'s column names that defines the key, and {2} specifies whether the key is ...
Add a key to {[Id = 1, Name = "Hello There"], Id = 2, Name = "Good Bye"]} that comprise of {"Id"} and make it a primary. ...