[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 511   SHUFFLE   <  SKIP 96  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12773Taylor, Samantha, K98225BellinghamWashingtonUnited States
13002Cai, Roger, A2138RhodesNew South WalesAustralia
26610Perez, Mary92625Newport BeachCaliforniaUnited States

Generated 2025-07-10 17:56:23.888 UTC