How will you delete a particular row from a Table?

Answer Posted / dinesh kumar

delete from table_name where pk_col = value;

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does trigger mean in psychology?

539


How to read/write files from pl/sql?

584


What are sql data types?

550


What is execution plan in sql?

552


What is sqlerrm?

552






What is sql indexing?

557


Can sql function call stored procedure?

562


what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba

556


what is timestamp in mysql? : Sql dba

568


what is a database transaction? : Sql dba

587


What is the difference between sql and t sql?

542


What is group function in sql?

543


What is the difference between cluster and non-cluster index?

622


Explain the structure of pl/sql in brief.

623


How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?

606