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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16833Cooper, Richard, L91203GlendaleCaliforniaUnited States
26602Yang, Noah91945Lemon GroveCaliforniaUnited States
25886Rogers, Rachel98270MarysvilleWashingtonUnited States

Generated 2025-07-11 02:14:47.207 UTC