[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 2000   SHUFFLE   <  SKIP 296  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18069Hill, Elijah, E92020El CajonCaliforniaUnited States
20291Walker, Alexis94070San CarlosCaliforniaUnited States
26737Young, Katherine, A98901YakimaWashingtonUnited States

Generated 2025-07-12 23:57:08.792 UTC