奶头挺立呻吟高潮av全片,成人试看120秒体验区,性欧美极品v,A片高潮抽搐揉捏奶头视频

Oracle認證

oracle數(shù)據(jù)庫基本語句

時間:2024-08-12 15:28:29 Oracle認證 我要投稿
  • 相關推薦

oracle數(shù)據(jù)庫基本語句

  甲骨文公司,全稱甲骨文股份有限公司(甲骨文軟件系統(tǒng)有限公司),是全球最大的企業(yè)級軟件公司,總部位于美國加利福尼亞州的紅木灘。下面是小編整理的關于oracle數(shù)據(jù)庫基本語句,歡迎大家參考!

  1.登陸SPL*PLUS

  [username/password] [@server] as [sysdba|sysoper]

  eg. system/password or connect sys/password as sysdba

  2.查看登錄用戶

  show user

  dba_users

  desc dba_users//展示表結構

  select username from dba_users;

  3.解鎖用戶

  alter user username account unlock

  4.表空間

  數(shù)據(jù)庫--->表空間--->數(shù)據(jù)文件

  表空間分類:

  永久表空間: 表、視圖,永久保存

  臨時表空間: 操作當中的過程,過程結束即被釋放

  UNDO表空間: 保存事務所修改數(shù)據(jù)的舊址,就是被修改之前的數(shù)據(jù),用于回滾

  5.創(chuàng)建表空間

  create [temporary] tablespace tablespace_name tempfile|datafile 'xx.dbf' size xx

  永久表空間

  create tablespace test1_tablespace

  datafile 'testlfile.dbf' size 10m;

  臨時表空間

  create temporary temptest1_tablespace

  tempfile 'tempfile1.dbf' size 10m;

  改變表空間狀態(tài)

  alter tablespace tablespacename offline|online;聯(lián)機||脫機

  alter tablespace tablespacename read only|read write;

  6.增加/刪除數(shù)據(jù)文件

  增加

  alter tablespace tablespace_name add datafile 'xx.dbf' size xx;

  刪除

  alter tablespace tablespace_name drop datafile 'xx.dbf';

  7.表

  (1)基本存儲結構

  (2)二維結構

  (3)行和列

  8.數(shù)據(jù)類型

  字符型

  char(n) n<=2000 補充為n位

  nchar(n) n<=1000

  varchar2(n) n<=4000

  nvarchar2(n)n<=2000

  數(shù)值型

  number(p,s) p有效數(shù)字,s小數(shù)點后的位數(shù)

  float(n)

  日期型

  data

  timestamp

  其他類型

  blob 4GB二進制

  clob 4GB字符串

  9.管理表

  創(chuàng)建表

  create table table_name

  (

  colimn_name datatype, ...

  )

【oracle數(shù)據(jù)庫基本語句】相關文章:

Oracle數(shù)據(jù)庫基本知識08-12

Oracle數(shù)據(jù)庫基礎知識:SELECT語句10-07

Oracle數(shù)據(jù)庫SQLPLUS介紹07-16

學習Oracle數(shù)據(jù)庫技巧攻略06-09

Oracle數(shù)據(jù)庫知識點:SQLPLUS介紹07-16

2016最新Oracle數(shù)據(jù)庫導入導出命令總結07-16

Oracle數(shù)據(jù)庫中表的四種連接方式07-26

Oracle數(shù)據(jù)庫無響應故障處理方式08-17

Oracle發(fā)展歷程08-25

php語句基本結構08-12

主站蜘蛛池模板: 华亭县| 喜德县| 永定县| 东丽区| 开封市| 海兴县| 梧州市| 基隆市| 阿拉善左旗| 小金县| 双柏县| 平安县| 新宾| 南宫市| 东乌珠穆沁旗| 大田县| 定远县| 明溪县| 成安县| 剑河县| 彭山县| 柳州市| 内黄县| 宜春市| 岳西县| 仪征市| 凉城县| 中西区| 绥阳县| 雅江县| 虎林市| 苗栗县| 夏津县| 克山县| 华阴市| 化州市| 大邑县| 湖口县| 香河县| 舞钢市| 玛纳斯县|