We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Assignment No-5
DATABASE SECURITY AND TRANSACTION PROCESSING
1. Explain ACID properties of traction.
2. Explain transaction ACID properties 3. Describe database backups with it’s types. 4. Create user ‘RAM’.ii) Grant create, select, insert, update, delete privileges to user ‘RAM’.iii) Remove update privilege from user ‘RAM’.
5. With neat sketch describe Transaction states diagram.
6. Explain state of transaction with the help of diagram. 7. State the concept of database recovery. 8. State types of database user. 9. Explain recovery techniques with example 10. Explain the four roles of database administrator. 11. Describe commit and rollback with syntax and example. 12. Explain database security with it’s requirements in detail.
6 Marks Question
1. Describe database privileges. Write down the procedure for granting & revoking privileges in database objects to the users.
2. Write SQL command for following :
a) Create user b) Grant privileges to user c) Remove privileges from user 3. i) Create user ‘Rahul’ ii) Grant create, select, insert, update, delete, drop privilege to ‘Rahul’. iii) Removes the select privilege from user ‘Rahul’.