[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 3032  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21908Hayes, Isabel97045Oregon CityOregonUnited States
23703Sanchez, Jacqueline, E94014ColmaCaliforniaUnited States
20757Powell, Alexia97071WoodburnOregonUnited States

Generated 2025-07-08 16:12:20.696 UTC