How to delete a column in an existing table?
Answer / Vivek Kumar Katiyar
To delete a column from an existing table, you can use the ALTER TABLE command with the DROP COLUMN clause. The basic command is 'ALTER TABLE your_table DROP COLUMN column_name;'.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are cursor?where are they used?
Hi Can any one tell me what are the API's used in requisition import.
What is a shared pool?
Explain self joins in oracle?
We have one Package(which has many function/procedures, SQL quires etc). Now we need to check, which query or procedure is taking lot of time in that Package. ? How do we do it.
What is literal?
Two triggers one is before insert and other is after insert are firing on a table.If 10 times you insert in a table.Then how many times before trigger and how many types after trigger will fire in pl/sql.
what is port in oracle? how is it related to database application.
9)When information has to be stored w.r.t employees and their respective departments, which of the following is the Correct formulation of entries? A)Employee and department would together be represented as an entity. B)This is too less information to decide on entities. C)An employee would be one entity and a department would be another. D)Such a scenario cannot be modelled in RDBMS
How would you begin to troubleshoot an ORA-3113 error?
How do we switch from init.ora file to asp file?
What is a sub query? Describe its types?