[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 158   SHUFFLE   <  SKIP 760  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13191Rodriguez, Emma, H94063Redwood CityCaliforniaUnited States
18955Jones, Justin94303Palo AltoCaliforniaUnited States
15306Sanchez, Victoria98225BellinghamWashingtonUnited States

Generated 2025-07-15 19:01:52.883 UTC