what is the syntax of DROP command?

Answers were Sorted based on User's Feedback



what is the syntax of DROP command?..

Answer / guest

Drop table tablename;

Is This Answer Correct ?    6 Yes 0 No

what is the syntax of DROP command?..

Answer / sridevi

drop table <tablename>

Is This Answer Correct ?    4 Yes 0 No

what is the syntax of DROP command?..

Answer / guest

drop table tablebname

Is This Answer Correct ?    2 Yes 0 No

what is the syntax of DROP command?..

Answer / guest

drop table <table name>

Is This Answer Correct ?    2 Yes 0 No

what is the syntax of DROP command?..

Answer / ark chowdary

5. drop table <table name>

Is This Answer Correct ?    2 Yes 0 No

what is the syntax of DROP command?..

Answer / samir kumar sahoo

DROP object <object name>;

object means database object like table,index,view,sequence
etc.

Is This Answer Correct ?    1 Yes 0 No

what is the syntax of DROP command?..

Answer / ravi shrivastava

DROP TABLE TABLENAME

Is This Answer Correct ?    1 Yes 0 No

what is the syntax of DROP command?..

Answer / ruchika jena

If u want to drop a table then the command is

drop table <table_name>;

If u want to drop a column_name then the command is

alter table <table_name> drop column <column_name>;

Is This Answer Correct ?    1 Yes 0 No

what is the syntax of DROP command?..

Answer / ch.ramesh

Drop is used to drop the total table
from data base

syntax: drop table <tablename>



note: there is no rollback command for drop

Is This Answer Correct ?    0 Yes 0 No

what is the syntax of DROP command?..

Answer / yeshwanth kumar b.k

hey there is addition to the above command is

DROP TABLE <table_name> [PURGE][CASCADE CONSTRAINTS];

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

Which dictionary tables and/or views would you look at to diagnose a locking issue?

0 Answers  


what is a view?

7 Answers  


What should be the return type for a cursor variable.Can we use a scalar data type as return type?

1 Answers  


How to drop a tablespace?

0 Answers  


In which language oracle has been developed?

0 Answers  






How to filter out duplications in the returning rows using oracle?

0 Answers  


What happens to the data files if a tablespace is dropped?

0 Answers  


How to get the Installed Oracle Version Information ?

0 Answers   MCN Solutions,


If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?

8 Answers   IBM,


What are different Oracle database objects?

1 Answers  


Can we write insert statement in function in oracle?

0 Answers  


Explain oracle data types with examples?

0 Answers  


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)