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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18245Goel, Misty, M4000BrisbaneQueenslandAustralia
15750Martinez, Kaitlin90706BellflowerCaliforniaUnited States
15269King, Chloe, W98201EverettWashingtonUnited States

Generated 2025-07-18 12:59:18.513 UTC