[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 7680   SHUFFLE   <  SKIP 1941  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21159Rodriguez, Kaitlyn97330CorvallisOregonUnited States
18568Bennett, Mya, M92020El CajonCaliforniaUnited States
26540Sanchez, Jada94014ColmaCaliforniaUnited States
11665Dominguez, Janet91910Chula VistaCaliforniaUnited States

Generated 2025-07-20 18:09:32.810 UTC