[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 125   <  SKIP 123  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11874Bell, Adrian91364Woodland HillsCaliforniaUnited States
12105Foster, Abigail, R91364Woodland HillsCaliforniaUnited States
12884Williams, Megan, A91364Woodland HillsCaliforniaUnited States
13094Diaz, Antonio91364Woodland HillsCaliforniaUnited States

Generated 2025-10-08 07:10:11.373 UTC