Login
Remember
Register
Ask a Question
Why do you prefer to truncate instead of drop table command?
0
votes
asked
Feb 21, 2023
in
Netezza
by
Robindeniel
Why do you prefer to truncate instead of drop table command?
netezza
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 21, 2023
by
Robindeniel
Just empties data from the table, keeping table structure, and permission intact.
...