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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28150Chen, Connor, M91950Lincoln AcresCaliforniaUnited States
28639Morgan, Jacqueline91950Lincoln AcresCaliforniaUnited States
28982Watson, Sydney91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-12 07:30:49.683 UTC