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 |
What command would you use to create a backup control file?
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable
WHAT IS CARTESIAN PRODUCT?
When a user process fails, what background process cleans up after it?
How can you rebuild an index?
Name three advisory statistics you can collect.
3. Steps in UAT?
What is autocashrule set? : oracle accounts receivable
Are These Dff's Flexible?
What is index? How many types of indexes?
How many segment are present in Oracle Manufacturing
Give the reasoning behind using an index.