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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14452Gonzalez, Alex, A98371PuyallupWashingtonUnited States
25029Hernandez, Alberto, D2444Port MacquarieNew South WalesAustralia
18318Hughes, Benjamin, R98036LynnwoodWashingtonUnited States

Generated 2025-07-20 21:43:37.631 UTC