[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 3843  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25277Fernandez, Jermaine94519ConcordCaliforniaUnited States
25434Hill, Gabriel, L94519ConcordCaliforniaUnited States
25440Gonzalez, Andre, L94519ConcordCaliforniaUnited States
25382Hughes, Richard, L94519ConcordCaliforniaUnited States

Generated 2025-07-08 19:02:04.663 UTC