[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 416   SHUFFLE   <  SKIP 2042  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16642Mitchell, Mason, L98901YakimaWashingtonUnited States
13456Hernandez, Sydney98033KirklandWashingtonUnited States
13759Scott, Jackson92020El CajonCaliforniaUnited States

Generated 2025-07-12 03:38:51.558 UTC