Question: TRUNCATE TABLE EMP; DELETE FROM EMP; Will the outputs of the above two commands differ?Answer: Both will result in deleting all the rows in the table EMP.. |
Is it helpful?
Yes
No
Most helpful rated by users:
Question: TRUNCATE TABLE EMP; DELETE FROM EMP; Will the outputs of the above two commands differ?Answer: Both will result in deleting all the rows in the table EMP.. |
Most helpful rated by users: