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

What are the data types in oracle?

0 Answers  


How do I find my oracle client driver version?

0 Answers  


What is a Data Segment ?

3 Answers  


What is Hash Cluster ?

2 Answers  


What are the parameters that we can pass through a stored procedure?

0 Answers  


Explain what are the different type of segments?

0 Answers  


How to write date and time interval literals in oracle?

0 Answers  


How do you rate yourself in oracle and sql server ?

2 Answers   Keane India Ltd,


Is oracle a relational database?

0 Answers  


We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.

0 Answers  


interview questions with answer for cts

0 Answers   Cognizant,


What do you understand by a database object?

0 Answers  


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