[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 2500   SHUFFLE   <  SKIP 2011  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23464Turner, Devin, J94070San CarlosCaliforniaUnited States
11936Clark, Hunter, S98052RedmondWashingtonUnited States
20707Stewart, Danielle, P90401Santa MonicaCaliforniaUnited States

Generated 2025-07-11 11:03:11.211 UTC