[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 512   SHUFFLE   <  SKIP 4007  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16361White, Wyatt91977Spring ValleyCaliforniaUnited States
11524Jackson, Alyssa, L90505TorranceCaliforniaUnited States
13883Lal, Brandon90802Long BeachCaliforniaUnited States

Generated 2025-07-21 13:27:24.336 UTC