SQL (Structured Query Language) 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..
Previous Question | Next Question |
What is the use of DESC in SQL? | What are the wildcards used for pattern matching.? |