当前位置:网站首页>Some Oracle DDL operations
Some Oracle DDL operations
2022-06-09 22:01:00 【sunday2018】
Oracle some DDL operation
Add fields
alter table tablename add (column datatype [default value][null/not null],….);
-- Add fields
ALTER TABLE dept ADD(create_time date);
-- Add multiple fields
ALTER TABLE dept ADD (
create_time date,
creator varchar2(100)
);
Delete field
alter table tablename drop (column);
ALTER TABLE dept DROP (create_time);
Add notes
-- Table annotation
COMMENT ON TABLE dept IS ' Departmental table ';
-- Annotation fields
COMMENT ON COLUMN dept.create_time IS ' Creation time ';
边栏推荐
- 怎么查期货平台是不是安全的?正规性怎么查
- 每日技术分享之EIGRP的负载均衡配置
- mysql(mariadb)无法打开,报错:找不到mysqld.sock且Can‘t connect to MySQL server on 127.0.0.1(111)
- FPN-Feature Pyramid Network
- 原型对象的应用 给数组对象强化功能 0526
- 一种RS485串口接口电流传感器开合式卡扣互感器支持modbus总线通讯规约协议
- What is wave field TRX wallet development
- A thorough understanding of the very important ticket lock in concurrent programming -- stampedlock
- paddleNLP-BUG和一些细节记录【一】
- The attribute inheritance of constructor in Es5 borrows the parent constructor method to inherit the prototype object
猜你喜欢

The attribute inheritance of constructor in Es5 borrows the parent constructor method to inherit the prototype object
![Paddlenlp general information extraction technology UIE [i] industrial application examples: information extraction {entity relationship extraction, Chinese word segmentation, accurate entity markers,](/img/96/1356766947b138a6e5647ddfe7e9a7.png)
Paddlenlp general information extraction technology UIE [i] industrial application examples: information extraction {entity relationship extraction, Chinese word segmentation, accurate entity markers,

用Odoo实现企业数字化转型有什么好的?

易买网开发 趣买买 数据库的导入与数据库结构一览表 0605

如何定位到服务器CPU飙高的原因

Deep learning and CV tutorial (13) | target detection (SSD, Yolo Series)

Load balancing configuration of EIGRP for daily technology sharing

Cookie 和 Session 工作流程

spider pi 智能視覺六足機器人 vnc連接機器人 0603

Understand go modules' go Mod and go sum
随机推荐
What is wave field TRX wallet development
How to locate the cause of high CPU on the server
10 common high-frequency business scenarios that trigger IO bottlenecks
Analysis of 403 problems of Pro backstage sub administrator
JS auto increment and auto decrement (unary operator)
First encounter with Kunpeng code migration tool
How image search works in Dropbox
[cf] 797 div3 E. Price Maximization
The application of prototype object strengthens the function of array object 0526
Save and copy drawings with minimal white space
Spider PI intelligent vision hexapod robot automatic obstacle avoidance 0604
MFC connection database shows no data source name found and no default driver specified
TL,你是如何管理项目风险的?
[playing with Huawei cloud] actual combat of tag recognition based on Huawei cloud image
spider pi 智能视觉六足机器人 巡路功能 0603
Pychart always displays the collecting data solution after entering the debug mode
Configuration du serveur DHCP et de la connexion client
How to implement a custom rich text editor label
How to search for keywords in Oracle tables?
Thread interrupt