[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 456   SHUFFLE   <  SKIP 1499  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12176James, Cody, A97301SalemOregonUnited States
12295Gomez, Dwayne92400CourbevoieHauts de SeineFrance
18283Vazquez, Mallory, M7001HobartTasmaniaAustralia
18616Butler, Spencer, A94611OaklandCaliforniaUnited States

Generated 2025-07-19 01:58:45.377 UTC