[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 2994 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 29299 | Kumar, Bethany | 2264 | Silverwater | New South Wales | Australia |
| 28487 | Gill, Gerald, A | 2264 | Silverwater | New South Wales | Australia |
| 11331 | Jenkins, Samantha | V8Z 4N5 | Shawnee | British Columbia | Canada |
Generated 2025-11-04 23:31:56.605 UTC