How will you delete a particular row from a Table?

Answer Posted / priya

delete from table where primarykey/uniquekey_columnname
= 'something';

I hope it will delete a desired particular row.

But if you want to delete a 100th row or something like
that answer will be different

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different methods to trace the pl/sql code?

536


Which is better varchar or nvarchar?

546


What are the benefits of pl/sql packages?

541


what are properties of a transaction? : Sql dba

559


How many commands are there in sql?

545






How to combine two stored procedures in sql?

591


Differentiate between pl/sql and sql?

615


Is sql better than access?

538


When should I use nosql database?

551


What is query execution plan in sql?

563


What are the various levels of constraints?

659


How do I restart sql?

524


How to get list of all tables from a database?

623


What does t sql mean?

532


How to process query result in pl/sql?

558