[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 602 SHUFFLE < SKIP 1502 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 24619 | Kelly, Shelby, N | 92020 | El Cajon | California | United States |
| 15015 | Liu, Randy | 3429 | Sunbury | Victoria | Australia |
Generated 2025-11-05 17:23:27.502 UTC