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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21162Sanchez, Brooke90712LakewoodCaliforniaUnited States
24670Ross, Alexandria90401Santa MonicaCaliforniaUnited States
12491Huang, AlvinOX1OxfordEnglandUnited Kingdom

Generated 2025-07-13 22:36:17.764 UTC