


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
gives knowledge about different database languages
Typology: Summaries
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Drop table table_name; for example: DROP table department;
Syntax: ROLLBACK; Example: DELETE FROM CUSTOMERS WHERE AGE = 25; ROLLBACK; c. SAVEPOINT: It is used to roll the transaction back to a certain point without rolling back the entire transaction. Syntax: SAVEPOINT SAVEPOINT_NAME;