[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 374  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14583Morris, Sydney97034Lake OswegoOregonUnited States
20895Jimenez, Ruben, A75019ParisSeine (Paris)France
21334Nelson, Mason90012Los AngelesCaliforniaUnited States

Generated 2025-07-17 06:11:58.295 UTC