[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 6204 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22272 | Kelly, Isabella | 94303 | Palo Alto | California | United States |
| 22367 | Griffin, Jasmine | 94303 | Palo Alto | California | United States |
Generated 2025-11-02 01:09:03.716 UTC