what is the syntax of ALTER command?

Answers were Sorted based on User's Feedback



what is the syntax of ALTER command?..

Answer / sridevi

alter table <table name> modify (columnname newdatatype
(size))

Is This Answer Correct ?    18 Yes 4 No

what is the syntax of ALTER command?..

Answer / sridevi

alter table <tablename> add column(col.name(size))

Is This Answer Correct ?    17 Yes 8 No

what is the syntax of ALTER command?..

Answer / rajini

alter table tablename add(colname datatype,colname1
datatype...);
alter table tablename modify(colname datatype,colname1
datatype..);

Is This Answer Correct ?    9 Yes 1 No

what is the syntax of ALTER command?..

Answer / guest

alter table tablename add(col1 datatype,col2 datatype...);
alter table tablenamemodify(col1 datatype,col2 datatype..);

Is This Answer Correct ?    8 Yes 2 No

what is the syntax of ALTER command?..

Answer / guest

alter table <table name> modify(column definition...);
alter table <table name> add(column definitions...);

Is This Answer Correct ?    7 Yes 2 No

what is the syntax of ALTER command?..

Answer / guest

Alter table tablename(data types1,...datatypen)

Is This Answer Correct ?    9 Yes 7 No

what is the syntax of ALTER command?..

Answer / suri

alter table tablename add(colname datatype,colname1
datatype...);
alter table tablename modify(colname datatype,colname1
datatype..);

Is This Answer Correct ?    2 Yes 1 No

what is the syntax of ALTER command?..

Answer / sandeep

alter table <table_name> add column <Data type of the column>;

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Oracle General Interview Questions

How to load a large xml file?

0 Answers  


How to get a list of all background sessions in the database?

0 Answers  


while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511

0 Answers  


How to write a left outer join with the where clause in oracle?

0 Answers  


How to define an external table with a text file?

0 Answers  






Explain the characteristics of oracle dba?

0 Answers  


how do u setup a replication site?

0 Answers  


From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.

0 Answers  


what is the difference between sql& oracle?

11 Answers   Oracle,


How to find the date and time of last updated table?

4 Answers  


What is a shared pool?

1 Answers  


I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database

0 Answers   EDC,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)