[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2130   SHUFFLE   <  SKIP 123  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14031Suarez, Ruben2300NewcastleNew South WalesAustralia
24632James, Catherine, K99362Walla WallaWashingtonUnited States
21406Chandra, Troy3977CranbourneVictoriaAustralia

Generated 2025-07-12 04:22:34.236 UTC