[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 400  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25284Mitchell, Allison90241DowneyCaliforniaUnited States
28477Tang, KennethSW8 1XDLondonEnglandUnited Kingdom
28119Ma, Curtis2061Milsons PointNew South WalesAustralia

Generated 2025-07-13 14:26:07.951 UTC