How to Truncate Table in Oracle
Answer / Anjana Pandey
To truncate a table in Oracle, you can use the TRUNCATE TABLE command. Here is an example:
```sql
TRUNCATE TABLE <table_name>;
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain parameter file in oracle.
How to establish administrator authentication to the server?
how to insert data into partitioned table partition done by Range partition
How to synchronize 2 schema's objects?
Select the Nth lowest value from a table?
How would you design a database for an e-commerce website?
What are the parameters that we can pass through a stored procedure?
Can select statements be used on views in oracle?
What is Partitions in Table ?
How to use windows user to connect to the server?
Can a field be used in a report without it appearing in any data group ?
Explain the use of log option in exp command.