how to remove records from table?
no name
1 a
2 b
1 a
2 b
3 c
Answer Posted / chinna
truncate table <tbl_nm>
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
What is a unique key?
What are character functions?
What is procedure in pl sql?
What is a recursive join sql?
Is it possible to pass parameters to triggers?
What does := mean in pl sql?
Explain table and field in sql?
How to revise and re-run the last sql command?
What is field delimiter?
Write a query to display the current date in sql?
Can we commit inside a trigger?
Can we use view in stored procedure?
What is the default isolation level in sql server? : Transact sql
What is the difference between partitioning and sharding?
What has stored procedures in sql and how we can use it?