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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14087Garcia, Harold, K4810TownsvilleQueenslandAustralia
17380Adams, Nathan, C94704BerkeleyCaliforniaUnited States
19840James, Jessica91932Imperial BeachCaliforniaUnited States

Generated 2025-07-11 01:47:10.905 UTC