Is it possible to drop a column in a table which contains only one column? How?
Answer Posted / eshwer
No, its not possible to drop all columns.
CREATE TABLE T2(A NUMBER(2));
table T2 created.
alter table
T2
drop column
A;
Error report:
SQL Error: ORA-12983: cannot drop all columns in a table
12983. 00000 - "cannot drop all columns in a table"
*Cause: An attempt was made to drop all columns in a table.
*Action: Make sure at least one column remains in the table after
the drop column operation.
SELECT * FROM T2;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable
as a technical developer in oracle applications which type errors feced in your experience sofar
how to replace not in with not exist?
What view would you use to determine free space in a tablespace?
How I can load an image into image item on Forms. I want to know about built-ins and procedure. and also code for it.
if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure
what are the API of GL,PO,AP
I am Bsc Computer Science Graduate, I have good knowledge in SQL 7.0, Can I go for Oracle APPS course please suggest me the answer
Hi, I want to know basic information about Oracle HRMS and the institutes in hyderabad or the best faculty as i want to make my career in it.And also want to know may a person from non technical background be able to do this course. Regards, Swetha
what is difference between inner join & nested query or subqueries
i want to know about the javaBean.what is its purpose and how it can use in Forms.
Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable
PURCHASE ORDER TO PAYABLES WHAT ENTREIS WILL HAVE
Hey i want to join oracle apps so will you pls tell me that which institute is best in hyderabad.
3. Steps in UAT?