Class 12 Informatics Practices Practice Assignments: CBSE Class 12 Informatics Practices Database Transactions Assignment
Explore structured practice materials through the CBSE Class 12 Informatics Practices Database Transactions Assignment. Tailored for Class 12 learners, utilizing these Informatics Practices assignments ensures thorough preparation and strengthens foundational knowledge before final CBSE evaluations.
Download Database Transactions Assignment PDF with Solutions
Navigate directly to the solved Informatics Practices assignments using the digital viewer below. Each practice set includes detailed step-by-step solutions, allowing students to instantly cross-check their work and identify areas requiring further revision.
SOLVED QUESTIONS
1. Define a transaction.
Ans. -A transaction is a logical unit of a work that must succeed or fail in its entirely. It is an atomic operation which can be divided unto smaller operations.
2. What are the two ways in which multiple transactions can be executed?
Ans. - Multiple transactions can be executed in one of the following two ways:
(i) Serially (ii) Concurrently
3. What is a savepoint?
Ans. - Savepoints are special operations that allow you to divide the work of a transaction into different segments. In case of a failure, you can execute rollbacks to the savepoint only, leaving prior changes intact.
4. What to you understand by a database transaction?
Ans. - A database transaction is a logical unit of work that must succeed or fail in its entirely.
5. Why do understand by transaction COMMIT and ROLLBACK?
Ans-COMMITing a transaction means all the steps of a transaction are carried out successfully and all data changes are made permanent in the database. Transaction ROLLBACK means transaction has not been finished completely and hence all data changes made by the transaction in the database if any, are undone and the database returns to the state as it was before this transaction execution started.
6. What do you understand by ACID properties of database transaction?
Ans. -To ensure the data-integrity, the database system maintains the following properties of transaction. The properties given below are termed as ACID properties-an acronym derived from the first letter of each of the properties.
(i) Atomicity-This property ensures that either all operations of the transactions are reflected properly in the database, none are. Atomicity ensures either al-or-none operations of a transaction are carried out.
(ii) Consistency-This property ensures that database remains in a consistent state before the start of transaction and after the transaction is over.
(iii) Isolation-Isolation ensures that executing transaction execution in isolation i.e. is unaware of other transactions executing concurrently in the system.
(iv) 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.
7. What the function is of redo and undo logs?
Ans. -Every database has a set of redo log files. It records all change in data including both committed and uncommitted changes. Undo logs stored roll backed data.
8. What TCL commands are supported by SQL?
Ans. -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.
• ROLLBACK-Ends the current transaction by discarding changes and starts a new transaction.
• SAVEPOINT-Defines breakpoints for the transactions to allow partial rollbacks.
• SET AUTOCOMMIT-Enables or disable the default autocommit mode.
9. Which two statements complete a transaction?
A. DELETE employees;
B. DESCRIBE employees;
C. ROLLBACK TO SAVEPOINT C;
D. GRANT SELECT ON employees TO SCOTT;
E. ALTER TABLE employees
MODIFY COLUMN sal;
F. Select MAX(sal)
FROM employees
WHERE department_id=20;
Ans. - C, E
UNSOLVED QUESTIONS
1. What is the benefit of transaction?
2. What are the five states of the transactions?
3. What will happen when COMMIT statement is issued?
4. What will happen when ROLLBACK statement is issued?
5. How can you start a new transaction?
Free study material for Informatics Practices
CBSE Class 12 Informatics Practices Assignments for Database Transactions
Chapter Practice Questions for Class 12 Informatics Practices
Review targeted chapter assignments for Class 12 Informatics Practices Database Transactions. Built according to official CBSE guidelines, these downloadable problem sets help students build accuracy and prepare effectively for school tests.
Why Practice Class 12 Informatics Practices Assignments?
- Syllabus Compliance: Sets reflect current CBSE evaluation criteria and official marking frameworks.
- Multi-Format Practice: Includes varied problem types designed to deepen comprehension across all sub-topics.
- Time Management: Routine practice optimizes pacing to finish school examinations comfortably within schedule.
How to Approach Informatics Practices Database Transactions Assignments
- Textbook Review: Always study the core NCERT book for Class 12 Informatics Practices prior to beginning the assignment.
- Independent Attempt: Solve Database Transactions questions on your own initially before cross-checking with expert solutions.
- Error Tracking: Record challenging concepts in a dedicated notebook and practice online MCQ tests for revision.
FAQs
You can download free PDF assignments for Class 12 Informatics Practices Database Transactions from StudiesToday.com. These practice sheets have been updated for the 2026-27 session covering all concepts from latest NCERT textbook.
Yes, our teachers have given solutions for all questions in the Class 12 Informatics Practices Database Transactions assignments. This will help you to understand step-by-step methodology to get full marks in school tests and exams.
Yes. These assignments are designed as per the latest CBSE syllabus for 2026. We have included huge variety of question formats such as MCQs, Case-study based questions and important diagram-based problems found in Database Transactions.
Practicing topicw wise assignments will help Class 12 students understand every sub-topic of Database Transactions. Daily practice will improve speed, accuracy and answering competency-based questions.
Yes, all printable assignments for Class 12 Informatics Practices Database Transactions are available for free download in mobile-friendly PDF format.