[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 618   SHUFFLE   <  SKIP 995  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25430Hall, Alyssa, M90401Santa MonicaCaliforniaUnited States
22010Lopez, Henry, M94010BurlingameCaliforniaUnited States
15914Bryant, Logan, A98371PuyallupWashingtonUnited States

Generated 2025-07-13 11:52:17.551 UTC