[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 1436  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15553Lopez, Ivan91502BurbankCaliforniaUnited States
12033Guo, Kristen, A98312BremertonWashingtonUnited States
23406Sanchez, Frederick98225BellinghamWashingtonUnited States

Generated 2025-07-11 03:32:59.363 UTC