[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SHUFFLE < SKIP 520 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22861 | Hughes, Devin, P | 97034 | Lake Oswego | Oregon | United States |
| 23245 | James, Morgan, E | V7L 4J4 | Vancouver | British Columbia | Canada |
Generated 2025-11-01 04:58:29.147 UTC