[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 750 SHUFFLE < SKIP 291 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17381 | Guo, Krystal, S | 4217 | Gold Coast | Queensland | Australia |
| 15710 | Rana, Brandy, A | 59491 | Villeneuve-d'Ascq | Nord | France |
| 12622 | Rubio, Micheal, K | SW19 3RU | London | England | United Kingdom |
Generated 2025-11-05 10:50:47.617 UTC