[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 1616   SHUFFLE   <  SKIP 1882  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26468Brown, Alyssa, O92625Newport BeachCaliforniaUnited States
22276Gray, Gabriella, M91776San GabrielCaliforniaUnited States
13377Hernandez, Thomas95062Santa CruzCaliforniaUnited States

Generated 2025-07-22 00:33:28.266 UTC