[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 380  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18112Gonzalez, Sophia, D94109San FranciscoCaliforniaUnited States
17639Ma, HeatherSE1 8HLLondonEnglandUnited Kingdom
21477Watson, Katelyn, B94941Mill ValleyCaliforniaUnited States

Generated 2025-07-13 02:49:40.221 UTC