मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता १२

Write the use of the Savepoint command with an example. - Computer Science

Advertisements
Advertisements

प्रश्न

Write the use of the Savepoint command with an example.

टीपा लिहा

उत्तर

The SAVEPOINT command is used to temporarily save a transaction so that you can roll back to the point whenever required. The different states of our table can be saved at any time using different names and the rollback to that state can be done using the ROLLBACK command.
SAVEPOINT savepoint_name;
UPDATE Student SET Name = ‘Mini ’ WHERE Admno = 105;
SAVEPOINT A;

shaalaa.com
SQL Commands and Their Functions
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 12: Structured Query Language (SQL) - Evaluation [पृष्ठ २३१]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
पाठ 12 Structured Query Language (SQL)
Evaluation | Q 4. | पृष्ठ २३१
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×