[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 313   <  SKIP 1029  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20345Martinez, Regina, S90210Beverly HillsCaliforniaUnited States
20676Parker, Carlos, C90210Beverly HillsCaliforniaUnited States
20697Schmidt, Stefanie, R90210Beverly HillsCaliforniaUnited States

Generated 2025-07-20 06:31:46.867 UTC