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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22207Sanchez, Nancy, L1597Lane CoveNew South WalesAustralia
22167Yang, Colleen1597Lane CoveNew South WalesAustralia
22403Beck, Cedric, L1597Lane CoveNew South WalesAustralia

Generated 2025-07-14 01:34:37.226 UTC