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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15327Hernandez, Paula92118CoronadoCaliforniaUnited States
22282Hughes, Jonathan97034Lake OswegoOregonUnited States
27266Gonzales, Riley, B91776San GabrielCaliforniaUnited States

Generated 2025-07-08 16:34:04.673 UTC