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
Why do we go for stored procedures?
Explain what is an index?
Does google use sql?
what is the difference between delete and truncate commands? : Sql dba
What is the use of sql trace?
What is parallel hint?
What is procedure in pl sql?
What is the difference between having and a where in sql?
What are the constraints available in sql?
how to check myisam tables for errors? : Sql dba
What is the difference between left and left outer join?
What are the most important ddl statements in sql?
Can we use rowid as primary key?
What are variables in pl sql?
What is normalization in sql?