[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 413   SHUFFLE   <  SKIP 501  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26103Yang, Jack, A98020EdmondsWashingtonUnited States
14039Wang, Nathan3429SunburyVictoriaAustralia
21084Deng, Clarence, W92081Paris La DefenseHauts de SeineFrance
15533Richardson, Anna, R94109San FranciscoCaliforniaUnited States

Generated 2025-07-18 19:49:14.251 UTC