[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 512   SHUFFLE   <  SKIP 1292  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19842Phillips, Katherine, S98312BremertonWashingtonUnited States
16078James, Nicole, C91941GrossmontCaliforniaUnited States
11218Brown, Olivia98403TacomaWashingtonUnited States

Generated 2025-07-12 18:37:07.282 UTC