[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 1924 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21125 | Rana, Bruce, E | 92400 | Courbevoie | Hauts de Seine | France |
| 20404 | Yang, Jorge | 5023 | Findon | South Australia | Australia |
Generated 2025-11-06 01:45:46.008 UTC