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 embedded sql what are its advantages?
Why do we need cursor in pl sql?
What is difference between hql and native sql?
What is a .db file?
What is sqlservr exe?
Difference between global and parameter variables?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What is the difference between instead of trigger and after trigger?
what is a trigger in mysql? Define different types of trigger. : Sql dba
what are the difference between clustered and a non-clustered index? : Sql dba
How many unique keys can a table have?
What found sql?
Does sqlite need a server?
what is the difference between delete and truncate commands? : Sql dba
What operators deal with null?