[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 512   SHUFFLE   <  SKIP 1040  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19238West, Isabella98371PuyallupWashingtonUnited States
12705Garcia, Andre, H6006PerthSouth AustraliaAustralia
14880Ross, Jessica91977Spring ValleyCaliforniaUnited States

Generated 2025-07-12 11:51:00.264 UTC