Oracle add multiple fields at the same time-case ____oracle

Source: Internet
Author: User

Operations Database: Oracle 10g

There are times when there is a need to add multiple fields to an Oracle database, as follows:

ALTER TABLE My_workflow
Add (State varchar2 (2) Default ' 0 ' not null,name varchar2 (MB) not null,age number default 0 not NULL);

The above statement explains:

Table Name: My_workflow

3 fields were added:

Field 1: Field name: State, Data type: VARCHAR2 (2), default value ' 0 ', NOT NULL

Field 2: Field Name: Name, data type: VARCHAR2 (100), not empty (not NULL)

Field 3: Field name: Age, data type number, default value 0, NOT NULL



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.