[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 1845   SHUFFLE   <  SKIP 1969  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25164Parker, Isaac, C91502BurbankCaliforniaUnited States
15274Johnson, Alexander, M90802Long BeachCaliforniaUnited States
20705Roberts, Kevin, A91203GlendaleCaliforniaUnited States

Generated 2025-07-20 06:48:47.633 UTC