what is the difference between TRUNCATE and DELETE command
in SQL
Answer Posted / nithya
The delete statement will result in the table spaces or
memories would remain as the current size and table
structure remain in the database. Delete is not effective
when you use it to remove all data from a table, because it
takes up storage spaces due to unclear memories.
The truncate statement will result in clearing table spaces
or memories and the table structure remain in the database.
Therefore it free table storage spaces and use it only when
you need to remove all data from a table.
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
8. Supporting AP, AR and GL?
where the dff data will be stored
Explain how to account for bank charges deducted from amount received against an invoice. : oracle accounts receivable
as a technical developer in oracle applications which type errors feced in your experience sofar
What is autocashrule set? : oracle accounts receivable
What is mrc and what is its use? : oracle accounts receivable
What is the difference between oracle media recovery and crash recovery?
What are different types of receipt reversals ? Explain them : oracle accounts receivable
WHAT ALL DIFFERENT KIND OF FUNCTIONS AVAILABLE WHILE DESIGN UNIVERSES?
Hi, IN oracle apps HRMS, if the employee changes his department, and when a conconurrent program is run for calulating the pay, The latest Dept id is not diaplayed, howeber the previous deptid is considered. Please can someone tell me where is the program going wrong, which side?
What are different types of transactions in ar? : oracle accounts receivable
What is the difference between recovery and restoring of the oracle database?
What is auto accounting what are the steps for setting up auto accounting? : oracle accounts receivable
1.In a table Gender is a column in that male and female are the two data.In a single statement i have to modify all male to female and all female to male vice versa. 2.In a single query i need the count of male data,count of female and total count
What do you mean by Oracle MEDIA RECOVERY?