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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18602Ramirez, Patrick91932Imperial BeachCaliforniaUnited States
18531Simmons, Thomas91932Imperial BeachCaliforniaUnited States
18893White, Devin, I91932Imperial BeachCaliforniaUnited States

Generated 2025-07-11 05:48:53.321 UTC