[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 506   SHUFFLE   <  SKIP 392  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19407Perry, Sarah, M97045Oregon CityOregonUnited States
20347Roberts, Savannah, K91776San GabrielCaliforniaUnited States
18410Davis, Joshua, M91932Imperial BeachCaliforniaUnited States
15370Butler, Jessica, K97355LebanonOregonUnited States

Generated 2025-07-10 19:30:20.879 UTC