exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 224 discussion

Actual exam question from Microsoft's 98-364
Question #: 224
Topic #: 1
[All 98-364 Questions]

Which of the following commands are used to terminate a transaction? Each correct answer represents a complete solution. (Choose all that apply.)

  • A. TRUNCATE
  • B. DELETE
  • C. ROLLBACK
  • D. COMMIT
Show Suggested Answer Hide Answer
Suggested Answer: ACD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rogeriosolano
2 years, 11 months ago
Selected Answer: ACD
The COMMIT, ROLLBACK, and TRUNCATE commands are used to terminate a transaction. While the first two do so explicitly, TRUNCATE does it implicitly. Answer B is incorrect. The DELETE statement is a Data Manipulation Language (DML) statement that is used to delete records from a table, based on the condition specified in the WHERE clause. If the WHERE clause is omitted, all records in the table are deleted. The DELETE statement can be rolled back. Syntax: DELETE [FROM] TableName [WHERE condition];
upvoted 1 times
...
Vaydi
3 years, 5 months ago
We dont need Truncat in transaction
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...