[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   SKIP 650   SHUFFLE   <  SKIP 3229  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13416Roberts, Richard94536FremontCaliforniaUnited States
11847Diaz, Cassidy97205PortlandOregonUnited States
12764Harris, Alexandra98403TacomaWashingtonUnited States

Generated 2025-07-13 11:56:00.162 UTC