[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity < SKIP 599 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18541 | Jones, Kayla, C | V3L 1H4 | Westminster | British Columbia | Canada |
| 18959 | Morris, Seth | V3L 1H4 | Westminster | British Columbia | Canada |
| 19414 | Ashe, Alexis, S | V3L 1H4 | Westminster | British Columbia | Canada |
Generated 2025-10-28 01:54:39.625 UTC