數據庫總結--MySQL常見面試題

1.根據部門號從高到低,工資從低到高列出員工的信息sql select * from employee order by dept_id desc,salary 2.union和union all的區別 用union鏈接表後,重複的記錄會被刪除掉 用union all鏈接表後,記錄會被完整保留   3.分頁語句(用sql語句直接分頁,效率高)     pageSize = 20;     page
相關文章
相關標籤/搜索