課程
/數(shù)據(jù)庫
/Oracle
/Oracle數(shù)據(jù)庫開發(fā)必備利器之SQL基礎(chǔ)
創(chuàng)建students表的副本
2017-02-28
源自:Oracle數(shù)據(jù)庫開發(fā)必備利器之SQL基礎(chǔ) 2-8
正在回答
新建了一個包含students表數(shù)據(jù)的新表,在下面的實例中新表名字叫student_duplictae。
create table student_duplicate
as
select * from student
舉報
為你帶來Oracle開發(fā)必備的sql基礎(chǔ),為后續(xù)課程學(xué)習(xí)打下好的基礎(chǔ)
1 回答decode 函數(shù)是什么意思???
1 回答這個方法是什么意思
5 回答desc什么意思?。?/p>
1 回答這些狀態(tài)都是什么意思
2 回答tablespace test1_tablespace 2 datafile 里面的2是什么意思
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2017-02-28
新建了一個包含students表數(shù)據(jù)的新表,在下面的實例中新表名字叫student_duplictae。
create table student_duplicate
as
select * from student