[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   SHUFFLE   <  SKIP 146  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22952Baker, Luke, J3220GeelongVictoriaAustralia
26333Alexander, Alexandria97205PortlandOregonUnited States
11624Smith, Ryan, C94941Mill ValleyCaliforniaUnited States

Generated 2025-07-11 14:49:08.579 UTC