[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 562 < SKIP 1913 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20611 | Sullivan, Carla, A | 2777 | Springwood | New South Wales | Australia |
| 20623 | Garcia, Ruth | 2777 | Springwood | New South Wales | Australia |
Generated 2025-11-06 01:12:43.310 UTC