[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 875   <  SKIP 3705  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21640Cooper, Charles94015Daly CityCaliforniaUnited States
21641Perez, Kaylee94015Daly CityCaliforniaUnited States
21475Alexander, Cassidy94015Daly CityCaliforniaUnited States
21492Jai, Robert94015Daly CityCaliforniaUnited States

Generated 2025-07-15 23:39:57.784 UTC