adspace
Answer Posted / Hari Krishna Verma
In SQL and PL/SQL, you can use the DELETE statement to remove data from a table. Here's an example: DELETE FROM your_table WHERE condition; Replace 'your_table' with the name of your table and the 'condition' with the criteria for the rows you want to delete.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
Do we need to rebuild index after truncate?
What is the current version of sql?
define sql insert statement ? : Sql dba
what are all the common sql function? : Sql dba
What is the best sql course?
What is your daily office routine?
If a cursor is open, how can we find in a pl/sql block?
Does group by remove duplicates?
Is primary key clustered index?
Can we use distinct and group by together?
Is primary key always clustered index?
how to use regular expression in pattern match conditions? : Sql dba
what are aggregate and scalar functions? : Sql dba
Can we rollback truncate?