[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 7452  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27754Gonzalez, Marcus, A92806La JollaCaliforniaUnited States
27245Jones, Lauren, R92806La JollaCaliforniaUnited States
28356Gonzalez, Blake, M92806La JollaCaliforniaUnited States

Generated 2025-07-14 20:19:48.149 UTC