[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 1794 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 15404 | Robinson, Sydney, L | 90505 | Torrance | California | United States | 
| 15738 | Miller, Abigail | 90505 | Torrance | California | United States | 
| 15349 | Gonzalez, Stephanie, L | 90505 | Torrance | California | United States | 
Generated 2025-10-31 04:37:01.299 UTC