[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 0   SHUFFLE   <  SKIP 992  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13919Smith, Grace91203GlendaleCaliforniaUnited States
24979Adams, Jada98020EdmondsWashingtonUnited States
28551Xu, Warren, A59140DunkerqueNordFrance
14975Scott, DaltonCM11BillericayEnglandUnited Kingdom

Generated 2025-10-31 19:22:53.836 UTC