[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 250 < SKIP 2324 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
23471 | Baker, Jeremy | 91977 | Spring Valley | California | United States |
23724 | Hughes, Gabrielle | 91977 | Spring Valley | California | United States |
23873 | Miller, Nicole, A | 91977 | Spring Valley | California | United States |
Generated 2025-07-06 07:07:14.059 UTC