[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 324   SHUFFLE   <  SKIP 304  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16344King, Xavier, K95062Santa CruzCaliforniaUnited States
23328Butler, Julian, L92020El CajonCaliforniaUnited States
24221Perez, Heidi91502BurbankCaliforniaUnited States
26053Anderson, Austin, E98020EdmondsWashingtonUnited States

Generated 2025-07-19 16:53:53.703 UTC