How to remove a row in a database table?

Answer Posted / malini paul

delete from <tablename> where <condition>;

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which language oracle has been developed?

661


What are the original export and import utilities?

578


Can group functions be mixed with non-group selection fields?

542


How to assign a tablespace to a users in oracle?

602


How many types of synonyms in Oracle?

609






Is there an oracle sql query that aggregates multiple rows into one row?

556


What is concurrency in oracle?

553


How to write a query with an inner join in oracle?

571


What is an oracle table?

567


Explain oracle insert into command?

642


How to store only time; not date and time?

564


Is the After report trigger fired if the report execution fails ?

2414


How to loop through a cursor variable?

579


What is a view and how is it different from a table?

579


How to run create database statement?

585