πŸ“Š MySQL
Q. What does the COMMIT Statement do?
  • (A) The data specified in this table or view is reported in this SQL statement.
  • (B) Changes made in the SQL database transaction are permanently saved using this SQL statement.
  • (C) Specify the columns of the table in this SQL statement to return distinct values.
  • (D) By running this SQL statement, the transaction will be undone and the operations not yet saved to the SQL database will be undone.
πŸ’¬ Discuss
βœ… Correct Answer: (B) Changes made in the SQL database transaction are permanently saved using this SQL statement.

Explanation: Changes made in the SQL database transaction are permanently saved using COMMIT SQL statement.

Explanation by: Tina Singh
Changes made in the SQL database transaction are permanently saved using COMMIT SQL statement.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
292
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
81%
Success Rate