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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23190Ramirez, Nathaniel90706BellflowerCaliforniaUnited States
22157Richardson, Maria, L97005BeavertonOregonUnited States
11145Coleman, Jasmine, L97005BeavertonOregonUnited States

Generated 2025-07-10 01:12:25.437 UTC