[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 4321   <  SKIP 218  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28188Price, Kayla97034Lake OswegoOregonUnited States
20695Brown, Joshua91941GrossmontCaliforniaUnited States
25401Young, Gabriel, C91364Woodland HillsCaliforniaUnited States

Generated 2025-07-19 11:27:48.070 UTC