Which one of the following commands will NOT end a transaction?
- COMMIT
- CREATE
- ALTER
- DELETE
I personally think that COMMIT is the only command that will end a transaction. which leaves other options as the answer to the question.
The question only asks for 1 choice. I did search the web and I understand what transactions are in SQL and how you start one, write the appropriate query... and when you are sure that you got it right then you do COMMIT to end the transaction.
what am I missing here?
edit : The question does not provide any clarifications. That is essentially the entire question. I have no additional clarification I could provide.