[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 250   SHUFFLE   <  SKIP 32  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13313Stone, Megan, L91203GlendaleCaliforniaUnited States
19407Perry, Sarah, M97045Oregon CityOregonUnited States
17565Murphy, Alexandra98033KirklandWashingtonUnited States
26032Ruiz, Leslie, J2138RhodesNew South WalesAustralia

Generated 2025-07-07 20:54:08.904 UTC