[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 1875   SHUFFLE   <  SKIP 3004  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23005Sharma, Luke97205PortlandOregonUnited States
14197Gill, Frank, C38001BraunschweigNordrhein-WestfalenGermany
22215Lal, Samuel, R91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-16 20:23:23.391 UTC