[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 250   SHUFFLE   <  SKIP 973  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26470Cooper, Marcus94941Mill ValleyCaliforniaUnited States
29030Adams, Jeremy, D90401Santa MonicaCaliforniaUnited States
25965Roberts, Andrea, A92625Newport BeachCaliforniaUnited States

Generated 2025-07-08 23:19:42.227 UTC