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

What is Trigger in Oracle?

0 Answers   MCN Solutions,


How to convert characters to numbers in oracle?

0 Answers  


How to commit the current transaction in oracle?

0 Answers  


Explain a synonym?

0 Answers  


How to bring a tablespace online?

0 Answers  






I need to get the values of the previous quarter.how to do this?eg: if my cuurent month is may i need to get the datas of the month jan,feb,march.Can it be done in oracle.I tried with date function q but for the month jan its not retriving the previous quarter(oct-dec).how to solve this.plpz anyone help me?

2 Answers   Philips,


What is a subquery?

0 Answers  


How to estimate disk space needed for an export job?

0 Answers  


How to Remove the 3rd highest salary person record from table?

9 Answers   HCL, IBM,


In Exception handling if we are using the when others first then what happens . whether it will show the compiler error

2 Answers   HCL,


How many types of tables supported by oracle?

0 Answers  


What is define in oracle?

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)