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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25977Lopez, Jenna, M91364Woodland HillsCaliforniaUnited States
22904Shen, Mitchell, M7001HobartTasmaniaAustralia
24370West, Nathan3977CranbourneVictoriaAustralia

Generated 2025-07-08 19:08:10.161 UTC