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];
This section is not available anymore. Please use the main Exam Page.98-364 Exam Questions
Log in to ExamTopics
Sign in:
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.
rogeriosolano
2 years, 11 months agoVaydi
3 years, 5 months ago