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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22791Jenkins, Taylor91910Chula VistaCaliforniaUnited States
11856Hernandez, Seth, M97330CorvallisOregonUnited States
13888Brown, Ian98201EverettWashingtonUnited States

Generated 2025-07-09 14:33:20.490 UTC