how to remove records from table?
no name
1 a
2 b
1 a
2 b
3 c
Answer Posted / pratap
delete from table name;
or truncate table name;
Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Can we enter data in a table in design view?
Explain what is a view?
What is compute?
what are the properties and different types of sub-queries? : Sql dba
Are dml statements autocommit?
How do I restart sql?
Is keyword pl sql?
what is error ora-03113: end-of-file on communication channel?
What is the use of sqldataadapter?
What is the unique index?
What is the use of prepared statement?
Why is partition used in sql?
What is the source code of a program?
What is difference between table and view?
Is sql between inclusive?