[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 6761 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15557 | Murphy, Nathaniel | 94611 | Oakland | California | United States |
| 15956 | Li, Ryan | 94611 | Oakland | California | United States |
| 16003 | Robinson, Carol | 94611 | Oakland | California | United States |
Generated 2025-11-05 05:04:46.961 UTC