[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 2500   SHUFFLE   <  SKIP 2578  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28795Allen, Jesse92625Newport BeachCaliforniaUnited States
26713Edwards, Stephanie, R92118CoronadoCaliforniaUnited States
25841Becker, Lindsey, J94704BerkeleyCaliforniaUnited States

Generated 2025-07-18 22:56:40.949 UTC