what is the syntax of DELETE command?

Answers were Sorted based on User's Feedback



what is the syntax of DELETE command?..

Answer / santhosh

1) Delete [From] <Table_Name>

Is This Answer Correct ?    10 Yes 2 No

what is the syntax of DELETE command?..

Answer / harsha vardhan reddy

delete from <tablename> [where <condition> ]

Is This Answer Correct ?    4 Yes 2 No

what is the syntax of DELETE command?..

Answer / guest

delete from tablename where condition;

Is This Answer Correct ?    3 Yes 2 No

what is the syntax of DELETE command?..

Answer / kalicharan karsh

delete from <tablename> [where <condition> ]

Is This Answer Correct ?    1 Yes 0 No

what is the syntax of DELETE command?..

Answer / sujata

delete from emp;

Is This Answer Correct ?    2 Yes 2 No

what is the syntax of DELETE command?..

Answer / anju sharma

delete from tablename

Is This Answer Correct ?    2 Yes 2 No

what is the syntax of DELETE command?..

Answer / ajeet singh

For delete any record from table :-

delete form <tablename> where <condition>;


For delete any column fromm table :-

alter table <tablename>
drop column <columnname>;

Is This Answer Correct ?    0 Yes 1 No

what is the syntax of DELETE command?..

Answer / guest

select * from tablename

where col1=xyz
delete col1;

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More Oracle General Interview Questions

Explain how are indexes update?

1 Answers  


how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?

1 Answers   Sierra Atlantica,


Is rowid unique in oracle?

1 Answers  


What is a Private Synonyms ?

1 Answers  


How to use group functions in the select clause using oracle?

1 Answers  


What is Database Buffers ?

1 Answers  


How to use "out" parameter properly?

1 Answers  


What is a nvl function?

1 Answers  


What are the most common interview questions on ETL Testing for experience?

1 Answers  


two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)

2 Answers  


What is raw datatype in oracle?

1 Answers  


How to use windows user to connect to the server?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)