[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 0 SHUFFLE < SKIP 2303 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12678 | Serrano, Dana, S | 2264 | Silverwater | New South Wales | Australia |
| 20728 | Chande, Cedric, J | 93290 | Tremblay-en-France | Seine Saint Denis | France |
| 23008 | She, Sheena, R | 4700 | Rockhampton | Queensland | Australia |
Generated 2025-10-28 22:10:48.301 UTC