[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 1861 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 27398 | Lee, Alexis, L | 90505 | Torrance | California | United States | 
| 27555 | Alexander, Isabella | 90505 | Torrance | California | United States | 
Generated 2025-11-04 01:40:30.212 UTC