[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 333  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14554Mitchell, IsaacAS23Stoke-on-TrentEnglandUnited Kingdom
28904Flores, Ian59140DunkerqueNordFrance
29417Vazquez, Kellie, B80074MünchenHamburgGermany
25905Hayes, Nathan, K94941Mill ValleyCaliforniaUnited States

Generated 2025-07-15 15:48:20.071 UTC