[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 697 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15006 | Jackson, Grace, C | 91791 | West Covina | California | United States |
| 14868 | Morgan, Ariana | 91791 | West Covina | California | United States |
| 15429 | Li, Aaron | 91791 | West Covina | California | United States |
Generated 2025-10-30 17:48:34.847 UTC