[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 127   SHUFFLE   <  SKIP 1445  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22272Kelly, Isabella94303Palo AltoCaliforniaUnited States
19066Sharma, DylanGA10GatesheadEnglandUnited Kingdom
15427Murphy, Jade92102San DiegoCaliforniaUnited States

Generated 2025-07-17 11:26:51.116 UTC