[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 3099 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21620 | Brooks, Mariah | V2W 1W2 | Haney | British Columbia | Canada |
| 21154 | Clark, Michael, M | 94941 | Mill Valley | California | United States |
Generated 2025-10-28 22:10:40.079 UTC