[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 2720 < SKIP 301 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15571 | Allen, Angel, G | V9B 5T2 | Shawnee | British Columbia | Canada |
| 15468 | Foster, Emma | V9B 5T2 | Shawnee | British Columbia | Canada |
| 16012 | Cooper, Grace, C | V9B 5T2 | Shawnee | British Columbia | Canada |
Generated 2025-11-05 20:41:22.024 UTC