Answer Posted / guest
alter table tablename add(col1 datatype,col2 datatype...);
alter table tablenamemodify(col1 datatype,col2 datatype..);
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Who developed oracle & when?
What is a read write transaction in oracle?
How are extents allocated to a segment?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
How many types of tables are there in oracle?
Briefly explain what is literal? Give an example where it can be used?
Why does for update in oracle 8 cause an ora-01002 error?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
What is the quickest way to fetch the data from a table?
What are the original export and import utilities?
What is a lookup table in oracle?
Use of an integrity constraint is better to validate data. Explain
What is a cursor and what are the steps need to be taken?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?