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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27577Cook, Patrick, K98366Port OrchardWashingtonUnited States
12141Lee, Kaitlyn, B97005BeavertonOregonUnited States
23161Scott, Samuel, C94941Mill ValleyCaliforniaUnited States

Generated 2025-07-13 12:07:08.615 UTC