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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27753Morgan, Steven97068W. LinnOregonUnited States
12096Brooks, Caitlin94070San CarlosCaliforniaUnited States
24980Phillips, Savannah91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-10 11:22:42.725 UTC