[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 3444   SHUFFLE   <  SKIP 2822  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26123Scott, Isabella, R91950National CityCaliforniaUnited States
22341Washington, Tristan, A97034Lake OswegoOregonUnited States
14395Reed, Devin, J91941GrossmontCaliforniaUnited States

Generated 2025-07-22 12:19:58.641 UTC