[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 4   SHUFFLE   <  SKIP 258  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24732Davis, Wyatt, L97045Oregon CityOregonUnited States
25676Scott, Mackenzie, LTY31RuncornEnglandUnited Kingdom
19859Zhao, Lisa, C94010BurlingameCaliforniaUnited States

Generated 2025-07-13 10:19:50.003 UTC