[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 5000   <  SKIP 1315  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17062Lu, Christy2580GoulburnNew South WalesAustralia
17279Alvarez, Tanya2580GoulburnNew South WalesAustralia
17332Green, Jonathan, A2580GoulburnNew South WalesAustralia

Generated 2025-11-06 01:54:41.417 UTC