[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   SHUFFLE   <  SKIP 1358  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22863Thomas, Hunter97034Lake OswegoOregonUnited States
19659Robinson, Wyatt90802Long BeachCaliforniaUnited States
14114Martin, Chloe, C92118CoronadoCaliforniaUnited States

Generated 2025-07-14 06:20:02.852 UTC