[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 70   SHUFFLE   <  SKIP 1441  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25255Lal, Logan, L94109San FranciscoCaliforniaUnited States
15463Yuan, Terrence, T92400CourbevoieHauts de SeineFrance
16379Jimenez, Marc, F94014ColmaCaliforniaUnited States

Generated 2025-07-22 06:40:57.604 UTC