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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13943Bryant, Kelly90012Los AngelesCaliforniaUnited States
16192Lopez, MarieRG11 5TPBerkshireEnglandUnited Kingdom
16138Butler, David, H90241DowneyCaliforniaUnited States

Generated 2025-07-10 15:48:47.039 UTC