[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 2130   SHUFFLE   <  SKIP 84  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25341Cook, Kaitlyn, J92806La JollaCaliforniaUnited States
27376Gonzalez, Courtney98270MarysvilleWashingtonUnited States
28593Peterson, Faith92625Newport BeachCaliforniaUnited States

Generated 2025-07-14 05:54:05.667 UTC