[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 560 SHUFFLE < SKIP 528 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17304 | Campbell, Haley, L | 4217 | Gold Coast | Queensland | Australia |
| 11748 | Hill, Blake | V8V | Victoria | British Columbia | Canada |
| 14155 | Morris, Olivia, L | NT20 | Newcastle upon Tyne | England | United Kingdom |
Generated 2025-11-05 18:33:54.620 UTC