how to remove records from table?
no name
1 a
2 b
1 a
2 b
3 c
Answer Posted / rupesh
Mr. Krishna Kumar
With truncate rows will delete as well as tablespace not.
instead of tablespace you have to use physical memory space.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which are the different case manipulation functions in sql?
Is stored procedure faster than query?
Define SQL and state the differences between SQL and other conventional programming Languages?
what are the different index configurations a table can have? : Sql dba
Is sql better than access?
Can %notfound return null after a fetch?
What are different types of statements supported by sql?
Why do we use procedures?
How can you know that statistics should be updated?
Why use truncate instead of delete?
What is trigger in pl sql?
What is view explain with example?
What plvcmt and plvrb does in pl/sql?
difference between anonymous blocks and sub-programs.
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?