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
1. What is PO rate variance gain and loss?
what ASIS BUSINESS PROCESS IN ORACLE FINANCE
What is the difference between conversions and interfaces? : oracle accounts receivable
Is there any link between pr form(purchse requisition)and po form(purchase order)
8. Supporting AP, AR and GL?
What are the different tools available for hot backups in Oracle? Is it preferable to take it manually all the time or it depends on the size of the database?
1)After defining value set we define list of values, I need to enter 1000 values with out entering manually, how will you do that? 2)what are the parameters we use in a concurrent program? 3)what is payroll processing? 4)In organization window after defining an organization and organization classification how to create a new item in the others button? 5)If there are 10 users, How to restrict the selected users not to access the forms?
Difference between transaction type and transaction sources. : oracle accounts receivable
WHAT ARE TEMPLATES?EXPLAIN WHAT YOU HAVE CREATED?
Differentiate between writeoff and receipt writeoff. : oracle accounts receivable
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable
what are basic modules required to implement oracle application in any oraganisation?
What is the use of lockboxes? : oracle accounts receivable
Explain about party and customer in ar : oracle accounts receivable
What is the difference between oracle media recovery and crash recovery?