亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

Oracle數據庫開發必備利器之SQL基礎

難度入門
時長 4小時14分
學習人數
綜合評分9.67
338人評價 查看評價
9.8 內容實用
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
永久 臨時 undo表空間
表、視圖、存儲
中間執行過程
修改過的數據
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系統
課程須知
只要知道數據庫是什么就可以來學習本課程呦!
老師告訴你能學到什么?
掌握Oracle的SQL語句基礎,為后續的課程學習打好基礎。

微信掃碼,參與3人拼團

微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號

友情提示:

您好,此課程屬于遷移課程,您已購買該課程,無需重復購買,感謝您對慕課網的支持!

本次提問將花費2個積分

你的積分不足,無法發表

為什么扣積分?

本次提問將花費2個積分

繼續發表請點擊 "確定"

為什么扣積分?

舉報

0/150
提交
取消