[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 0   SHUFFLE   <  SKIP 2641  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22298Williams, Marcus, B91977Spring ValleyCaliforniaUnited States
27078Scott, Chloe, A91776San GabrielCaliforniaUnited States
19811Allen, Evan97068W. LinnOregonUnited States

Generated 2025-10-28 05:06:45.955 UTC