[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 2773 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26657 | Hughes, Lucas, E | 3429 | Sunbury | Victoria | Australia |
| 19206 | Cooper, Destiny, T | 91932 | Imperial Beach | California | United States |
| 27781 | Sai, Allen, E | SW8 4BG | London | England | United Kingdom |
Generated 2025-11-01 05:59:41.976 UTC