[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 3031 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20999 | Garcia, Carolyn | 4169 | East Brisbane | Queensland | Australia |
| 27731 | Shan, Gabriel, T | V9B 2C3 | Shawnee | British Columbia | Canada |
Generated 2025-11-05 18:31:37.621 UTC