[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 SHUFFLE SKIP 2500 < SKIP 789 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
12762 | Smith, Jonathan, L | 91977 | Spring Valley | California | United States |
18315 | Dominguez, Melody, A | 60188 | Carol Stream | Illinois | United States |
Generated 2025-07-22 06:48:39.224 UTC