Read and download free pdf of CBSE Class 12 Informatics Practices Database Transactions Worksheet. Students and teachers of Class 12 Informatics Practices can get free printable Worksheets for Class 12 Informatics Practices Database Transactions in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 12 students should practice questions and answers given here for Informatics Practices in Class 12 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 12 Informatics Practices Worksheets prepared by teachers as per the latest Informatics Practices books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests
Worksheet for Class 12 Informatics Practices Database Transactions
Class 12 Informatics Practices students should refer to the following printable worksheet in Pdf for Database Transactions in Class 12. This test paper with questions and answers for Class 12 will be very useful for exams and help you to score good marks
Class 12 Informatics Practices Worksheet for Database Transactions
CHAPTER – 14: DATABASE TRANSACTIONS
Database transaction - A database transaction is a logical unit of work that must either succeed or fail in its entirety.
ACID properties of database transaction –
• Atomicity- Atomicity ensures either all-or-none operations of a transaction are carried out.
• Consistency-This property ensures that database remains in a consistent state before the start of transaction and after the transaction is over.
• Isolation-Isolation ensures that executing transaction execution in isolation i.e. is unaware of other transactions executing concurrently in the system.
• Durability-This property ensures that after the successful completion of a transaction i. e when a transaction COMMITs, the changes made by it to the database persist i.e. remain in the database irrespective of other failures.
TCL commands supported by SQL:-
SQL supports following TCL commands
BEGIN |START TRANSACTION-Marks the beginning of a transaction
COMMIT - Ends the current transaction by saving database changes and starts a new transaction.
Syntax : COMMIT ;
COMMIT WORK;
ROLLBACK - Ends the current transaction by discarding changes and starts a new transaction.
Syntax : ROLLBACK ;
ROLLBACK WORK;
SAVEPOINT - Defines breakpoints for the transactions to allow partial rollbacks.
Syntax : SAVEPOINT
To rollback the transaction till the bookmark named MARK1, we can write the following:-
ROLLBACK TO SAVEPOINT MARK1;
SET AUTOCOMMIT-Enables or disable the default auto commit mode. By default the autocommit mode is true or 1.
@@autocommit- This command is used to check the status of autocommit.
Short Answer Type Questions
1. What is the concept of Database transaction?
2. Describe briefly the ACID Properties of the Transaction?
3. Describe the following command
a) COMMIT
b) ROLLBACK
c) SAVEPOINT
4. What will happen when COMMIT statement is issued?
5. What will happen when ROLLBACK statement is issued?
6. Write one difference between COMMIT and ROLLBACK command?
CBSE Class 12 Informatics Practices Data Handling using Pandas Worksheet |
CBSE Class 12 Informatics Practices Societal Impacts Worksheet |
Worksheet for CBSE Informatics Practices Class 12 Database Transactions
We hope students liked the above worksheet for Database Transactions designed as per the latest syllabus for Class 12 Informatics Practices released by CBSE. Students of Class 12 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 12 Informatics Practices on a daily basis. All the latest worksheets with answers have been developed for Informatics Practices by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Expert teachers of studiestoday have referred to the NCERT book for Class 12 Informatics Practices to develop the Informatics Practices Class 12 worksheet. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 12 Informatics Practices designed by our teachers. We have also provided a lot of MCQ questions for Class 12 Informatics Practices in the worksheet so that you can solve questions relating to all topics given in each chapter.
You can download the CBSE Printable worksheets for Class 12 Informatics Practices Database Transactions for latest session from StudiesToday.com
There is no charge for the Printable worksheets for Class 12 CBSE Informatics Practices Database Transactions you can download everything free
Yes, studiestoday.com provides all latest NCERT Database Transactions Class 12 Informatics Practices test sheets with answers based on the latest books for the current academic session
CBSE Class 12 Informatics Practices Database Transactions worksheets cover all topics as per the latest syllabus for current academic year.
Regular practice with Class 12 Informatics Practices worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.