[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 371  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14395Reed, Devin, J91941GrossmontCaliforniaUnited States
14810Anand, Russell, E75007ParisSeine (Paris)France
24981Davis, Jose98371PuyallupWashingtonUnited States
14494Diaz, Cameron97301SalemOregonUnited States

Generated 2025-07-16 07:50:58.939 UTC