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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18894Allen, Eric, O92625Newport BeachCaliforniaUnited States
26526Coleman, Blake90712LakewoodCaliforniaUnited States
18270Rana, Rachael, A2500WollongongNew South WalesAustralia

Generated 2025-07-14 10:56:02.851 UTC