第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定

Oracle數(shù)據(jù)庫開發(fā)必備利器之SQL基礎(chǔ)

難度入門
時(shí)長 4小時(shí)14分
學(xué)習(xí)人數(shù)
綜合評分9.67
338人評價(jià) 查看評價(jià)
9.8 內(nèi)容實(shí)用
9.7 簡潔易懂
9.5 邏輯清晰

講師回答 / 邱盛昌
<...code...>
老師是陜西、河北、山西、河南人咩?
create table table_new as select column1,...| * from table_old;
insert into table_new [(column1,...)] select column1,...| * from table_old
alter table table_name add column_name datatypes;
desc userinfo
alter table userinfo add remarks varchar2(500);
create table userinfo
(id number(6,0),
username varchar2(20),
userpwd varchar2(20),
email varchar2(30),
regdate date,
)
drop tablespace tablespace_name including contents
alter tablespace tablespace_name add datafile &#039;xx.dbf&#039; size xx;
dba_data_files
tablespace_name=&#039;TEST2_FILE.dbf&#039;
alert tablespace tablespace_name drop datafile &#039;filename.dbf&#039;
alter tablespace tablespace_name online | offline;

alter tablespace tablespace_name read only | read write (online)
create tablespace test1_tablespace datafile &#039;test1file.dbf&#039; size 10m;
create temporary tablespace temptest1_tablespace temfile &#039;tempfile1.dbf&#039; size 10m;
temporary temporary
dba_data_files where tablespace_name=&#039;TEST1_TABLESPACE&#039;;
dba_temp_files
永久 臨時(shí) undo表空間
表、視圖、存儲
中間執(zhí)行過程
修改過的數(shù)據(jù)
sys/ system sysman scott
alter user username account unlock
alter user username account lock
system/password
alter user scott account unlock;
connect scott/tiger; connect scoot/tiger
show user
scott tiger
select * from dba_users;
怎么和老師說話一樣。。。
給力 win8 好像不兼容 弄得我重裝了win7系統(tǒng)
課程須知
只要知道數(shù)據(jù)庫是什么就可以來學(xué)習(xí)本課程呦!
老師告訴你能學(xué)到什么?
掌握Oracle的SQL語句基礎(chǔ),為后續(xù)的課程學(xué)習(xí)打好基礎(chǔ)。

微信掃碼,參與3人拼團(tuán)

微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號

友情提示:

您好,此課程屬于遷移課程,您已購買該課程,無需重復(fù)購買,感謝您對慕課網(wǎng)的支持!

本次提問將花費(fèi)2個(gè)積分

你的積分不足,無法發(fā)表

為什么扣積分?

本次提問將花費(fèi)2個(gè)積分

繼續(xù)發(fā)表請點(diǎn)擊 "確定"

為什么扣積分?

舉報(bào)

0/150
提交
取消