初學數據庫select命令

初識數據庫選擇命令 首先在linux系統中登入安裝數據庫的用戶 輸入指令sqlplus / as sysdab 進入系統 startup 輸入conn scott /tiger 進入系統 select * from deparments 選擇全部列進行輸出 select department_id, location _id from departments; 選擇特定項進行輸出 select l
相關文章
相關標籤/搜索