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
How many triggers can be applied on a table?
Why stored procedure is better than query?
Why do we use sql constraints?
What is the largest value that can be stored in a byte data field?
Explain dml and ddl?
What is oracle pl sql developer?
What are the most important characteristics of pl/sql?
Is big data nosql?
What is percent sign in sql?
How does postgresql compare to mysql?
Is grant a ddl statement?
What is difference between procedure and trigger?
Does sql backup shrink transaction log?
What is the usage of sql functions?
Why function is used in sql?