[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 3367 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21618 | Carter, Elijah | V7L 4J4 | N. Vancouver | British Columbia | Canada |
| 19174 | Howard, Katelyn, L | 59100 | Roubaix | Nord | France |
| 14758 | Long, Victoria | 91203 | Glendale | California | United States |
Generated 2025-11-01 02:50:45.787 UTC