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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18474Smith, James90802Long BeachCaliforniaUnited States
15376Sanders, Megan, AV0SookeBritish ColumbiaCanada
21144Richardson, Lucas98055RentonWashingtonUnited States

Generated 2025-07-12 01:40:37.902 UTC