How to remove a row in a database table?

Answers were Sorted based on User's Feedback



How to remove a row in a database table?..

Answer / malini paul

delete from <tablename> where <condition>;

Is This Answer Correct ?    8 Yes 0 No

How to remove a row in a database table?..

Answer / chand

THE BELOW QUERY DELTES A ROW BASED ON A CONDITION
DELETE FROM <TABLE_NAME>
WHERE <COL_NAME>=<CONDITION>

Is This Answer Correct ?    4 Yes 1 No

How to remove a row in a database table?..

Answer / amit bhagat

delete from table where col_name=value

Is This Answer Correct ?    4 Yes 1 No

How to remove a row in a database table?..

Answer / sriramya

delete table_name where col_name=value;

Is This Answer Correct ?    0 Yes 5 No

How to remove a row in a database table?..

Answer / vishwajeet chaudhary

delete table_name where row_no=1

Is This Answer Correct ?    0 Yes 9 No

Post New Answer

More Oracle General Interview Questions

difference between truncate and delete ,drop?

3 Answers  


does the query needs a hint to access a materialized view?

0 Answers  


How to rebuild an index in oracle?

0 Answers  


how to i write the query 'NISHI' TO N I S H I

4 Answers   Attra, Metric Stream,


18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>

2 Answers   Wipro,


What is recycle bin in Oracle?

0 Answers   MCN Solutions,


What is a public synonym?

1 Answers  


What is currency type in database ?

3 Answers   TCS,


various types of hints and their usage

0 Answers  


what is difference between sql plus and sql*plus? (not sql and sql plus).

0 Answers  


How to define a data source name (dsn) in odbc manager?

0 Answers  


What is index in Oracle?

0 Answers   MCN Solutions,


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)