[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 527 SHUFFLE < SKIP 1257 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 28761 | Campbell, Robert | 90241 | Downey | California | United States |
| 15293 | Watson, Mason, C | 97034 | Lake Oswego | Oregon | United States |
| 16256 | Collins, Richard, S | LE18 | Leeds | England | United Kingdom |
Generated 2025-11-04 21:36:48.771 UTC