[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 0   SHUFFLE   <  SKIP 3952  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26922Powell, Trevor, C3429SunburyVictoriaAustralia
22495Serrano, Andy92400CourbevoieHauts de SeineFrance
22221Kumar, Benjamin94014ColmaCaliforniaUnited States
12426Cox, Cody90712LakewoodCaliforniaUnited States

Generated 2025-11-05 10:17:54.545 UTC