[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 413   SHUFFLE   <  SKIP 644  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13382Rogers, Richard, V90401Santa MonicaCaliforniaUnited States
25187Scott, Sydney, L97045Oregon CityOregonUnited States
13015Parker, Rebecca, L97034Lake OswegoOregonUnited States

Generated 2025-07-14 02:43:14.634 UTC