[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 250   SHUFFLE   <  SKIP 529  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19819Brown, Andrew91950National CityCaliforniaUnited States
20506Bradley, Paige98052RedmondWashingtonUnited States
17304Campbell, Haley, L4217Gold CoastQueenslandAustralia

Generated 2025-07-13 14:12:10.449 UTC