[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 2500   SHUFFLE   <  SKIP 2105  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25283Howard, Caitlin, A90012Los AngelesCaliforniaUnited States
23552Russell, CalebV8POak BayBritish ColumbiaCanada
28923Hernandez, Roberto2061Milsons PointNew South WalesAustralia

Generated 2025-07-21 06:23:14.358 UTC