How to remove a row in a database table?

Answer Posted / sriramya

delete table_name where col_name=value;

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is oracle database so popular?

748


How to change system global area (sga) in oracle?

762


How to write a query with a right outer join in oracle?

824


Explain constraining triggers.

823


What is an Oracle index?

1366


What are the four Oracle system processes that must always be up and running for the database to be useable?

757


What is a dead lock in oracle?

791


Describe the types of sub query?

731


What is a database table in oracle?

744


How to fetch the row which has the max value for a column?

722


What privilege is needed for a user to query tables in another schema?

722


Is oracle a relational database?

693


What is a select query statement in oracle?

708


Difference between cartesian join and cross join?

747


Is primary key indexed by default in oracle?

730