[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 2000   SHUFFLE   <  SKIP 704  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16775Russell, Sarah, L94014ColmaCaliforniaUnited States
28018Foster, Rachel94063Redwood CityCaliforniaUnited States
12967Rodriguez, Fernando, A91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-16 21:37:28.717 UTC