[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 512 < SKIP 1302 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
18597 | Perry, Isabel | 90505 | Torrance | California | United States |
18672 | Lewis, Anthony | 90505 | Torrance | California | United States |
Generated 2025-07-19 21:06:07.500 UTC