[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 3658 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26044 | Hughes, Gavin | 91776 | San Gabriel | California | United States |
| 27078 | Scott, Chloe, A | 91776 | San Gabriel | California | United States |
| 26060 | Edwards, Kyle, D | 91776 | San Gabriel | California | United States |
Generated 2025-11-05 15:40:00.779 UTC