[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 3051 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12987 | Moreno, Felicia, A | 3429 | Sunbury | Victoria | Australia |
| 24737 | Bailey, Angela | 98371 | Puyallup | Washington | United States |
Generated 2025-11-02 13:46:19.853 UTC