[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 512   <  SKIP 3495  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18552Goel, Kelsey94519ConcordCaliforniaUnited States
18556Perez, Ruben94519ConcordCaliforniaUnited States
17525Wright, Adam94519ConcordCaliforniaUnited States
17555Smith, William, A94519ConcordCaliforniaUnited States

Generated 2025-07-20 22:46:37.149 UTC