[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 1939  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18900Torres, Mathew, L2055North SydneyNew South WalesAustralia
24418Garcia, Brandon, VV0SookeBritish ColumbiaCanada
20641Robinson, Isabella, P90802Long BeachCaliforniaUnited States

Generated 2025-07-11 03:58:12.055 UTC