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 |
Explain the use of table functions.
Could you please let me know the interfaces in OM / FA??
Give the stages of instance startup to a usable state where normal users may access it.
What are different types of transactions in ar? : oracle accounts receivable
Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvantages to each.
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.
What is cardinality?
Should you take the backup of Logfiles if the database is running in ARCHIVELOG mode?
What is the use of lockboxes? Steps for lock box : oracle accounts receivable
What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?
what is the querry to get first 10 records from the emp table?(emp no is the primary key)
can u give guidance abt packages of plsql