[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 3008 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25143 | Henderson, Destiny, A | 59491 | Villeneuve-d'Ascq | Nord | France |
| 14846 | Chande, Kelsey, K | MK8 8DF | Milton Keynes | England | United Kingdom |
| 16491 | Garcia, Christian, J | V9 | Langford | British Columbia | Canada |
Generated 2025-10-28 22:42:39.084 UTC