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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16028Cooper, Cody, A1002SydneyNew South WalesAustralia
27155Hall, Eric, C75007ParisSeine (Paris)France
17412Carter, Kaylee, E97301SalemOregonUnited States

Generated 2025-07-10 21:09:35.531 UTC