[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   SHUFFLE   SKIP 16   <  SKIP 126  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16871Clark, Anna, A90401Santa MonicaCaliforniaUnited States
20421Alexander, Victoria, C90706BellflowerCaliforniaUnited States
26797Hu, Marshall, H4169East BrisbaneQueenslandAustralia
21633Zhang, Cameron, F98371PuyallupWashingtonUnited States

Generated 2025-07-14 09:33:04.459 UTC