Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to delete multiple rows from a table in oracle?

0 Answers  


Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.

0 Answers   Infosys,


What is transport network substrate (tns) in oracle?

0 Answers  


What is ceil and floor in oracle?

0 Answers  


How can we delete duplicate rows in a table?

0 Answers  


How to calculate date and time differences in oracle?

0 Answers  


why pl sql doesn't support retrieving multiple records

1 Answers   Mphasis,


What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?

0 Answers  


how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?

1 Answers   IBM,


i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?

5 Answers   Oracle,


What is an Oracle sequence?

1 Answers  


What is difference between truncate and delete?

0 Answers  


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