[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 750   <  SKIP 5879  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13396Kumar, David98501OlympiaWashingtonUnited States
13721Howard, Lucas, A98501OlympiaWashingtonUnited States
13899Jones, Cameron, M98501OlympiaWashingtonUnited States

Generated 2025-10-13 22:20:47.535 UTC