[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 14  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15193King, Samuel94014ColmaCaliforniaUnited States
22237Morris, Angel, C91203GlendaleCaliforniaUnited States
26807Hall, Angel, H91945Lemon GroveCaliforniaUnited States
29000Baker, Nathan, A98366Port OrchardWashingtonUnited States

Generated 2025-07-10 09:09:56.791 UTC