[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 1315  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20527Harris, Sydney, A92625Newport BeachCaliforniaUnited States
28762Henderson, Aaron97045Oregon CityOregonUnited States
27530Ross, Maria91977Spring ValleyCaliforniaUnited States

Generated 2025-07-10 20:13:32.793 UTC