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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29003Perez, Veronica91910Chula VistaCaliforniaUnited States
14894Baker, James, A97034Lake OswegoOregonUnited States
19058Goel, Shawn, LLE18LeedsEnglandUnited Kingdom

Generated 2025-07-13 22:07:39.525 UTC