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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17809Blanco, Josue, A45000OrleansLoiretFrance
17958Lal, Ricardo, CSW8 4BGLondonEnglandUnited Kingdom
13716Jai, Brandon90241DowneyCaliforniaUnited States

Generated 2025-07-08 19:24:12.152 UTC