How to Truncate Table in Oracle



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

Post New Answer

More Oracle General Interview Questions

Explain parameter file in oracle.

1 Answers  


How to establish administrator authentication to the server?

1 Answers  


how to insert data into partitioned table partition done by Range partition

1 Answers  


How to synchronize 2 schema's objects?

1 Answers   Virtusa,


Select the Nth lowest value from a table?

4 Answers  


How would you design a database for an e-commerce website?

1 Answers  


What are the parameters that we can pass through a stored procedure?

1 Answers  


Can select statements be used on views in oracle?

1 Answers  


What is Partitions in Table ?

2 Answers   Atiric Software,


How to use windows user to connect to the server?

1 Answers  


Can a field be used in a report without it appearing in any data group ?

4 Answers   Oracle,


Explain the use of log option in exp command.

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)