[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 250   SKIP 2000   <  SKIP 1563  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25952Alonso, Jon94014ColmaCaliforniaUnited States
26479Cook, Katherine, R94014ColmaCaliforniaUnited States
26492Rodriguez, Ryan, M94014ColmaCaliforniaUnited States

Generated 2025-07-07 17:30:24.644 UTC