Is it possible to drop a column in a table which contains only one column? How?



Is it possible to drop a column in a table which contains only one column? How?..

Answer / 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

More Oracle AllOther Interview Questions

What is supporting issues GL AP and AR?

0 Answers   Oracle,


Can we modify approve purchase order?if yes what is navigation?

0 Answers   L&T,


What is the use of lockboxes? Steps for lock box : oracle accounts receivable

0 Answers  


8. Supporting AP, AR and GL?

0 Answers   Oracle,


Can We Restore a Table that accidantly dropped.

8 Answers   TCS,






please send me oracle pl/sql exp resume. and also faqs...

0 Answers  


hi iam looking for HRMS(functional) training inst or person in hyderbad. plz help me its urgent

1 Answers  


what are the types of LIST REPORTS in cognos8BI? and what is the mean and use of METRIC STUDIO in Cognos 8.3BI?

0 Answers   HP,


what is correlated subquery

3 Answers  


3. Steps in UAT?

0 Answers   Oracle,


PURCHASE ORDER TO PAYABLES WHAT ENTREIS WILL HAVE

0 Answers  


What is the Query Optimizer. How you optimize your qeury.

2 Answers   Ericsson,


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)