[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 250   SHUFFLE   <  SKIP 1550  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20251Li, Luis, K4700RockhamptonQueenslandAustralia
15544Brown, Thomas, J91203GlendaleCaliforniaUnited States
13465Campbell, Sydney90802Long BeachCaliforniaUnited States

Generated 2025-07-13 20:06:03.287 UTC