數據庫——數據更新select語句

1.對於student表,將所有所在系部信息爲’CS’的改爲’計算機科學系’       Update student       Set sdept=’計算機科學系’       Where sdept=’cs’        2.對於course表,將數據結構課程的學分改爲3。    Update course    Set ccredit=3    Where cname=’數據結構’  
相關文章
相關標籤/搜索