[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 999   SHUFFLE   <  SKIP 228  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13880Kumar, Marshall98168BurienWashingtonUnited States
26723Kelly, Devin, A91977Spring ValleyCaliforniaUnited States
13279Howard, Rachel, L94303Palo AltoCaliforniaUnited States

Generated 2025-07-22 05:25:35.554 UTC