Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
SQL Server 3
« Previous
Issuing ___________ will cause the named savepoint to be discarded
Options
- TRUNCATE SAVEPOINT
- DELETE SAVEPOINT
- DISCARD SAVEPOINT
- RELEASE SAVEPOINT
CORRECT ANSWER : RELEASE SAVEPOINT
Discussion Board
RELEASE SAVEPOINT
Issuing RELEASE SAVEPOINT will cause the named savepoint to be discarded. RELEASE SAVEPOINT statement destroys a savepoint within a transaction and all the savepoints created after the specified savepoint. Whenever a COMMIT or ROLLBACK occurs the savepoint is automatically released. The savepoint name specified in this command should have been created earlier by a savepoint command in the current transaction. If the savepoint name is not found, an exception is raised for the invalid savepoint name.
Syntax: RELEASE SAVEPOINT savepoint_name
where,
The savepoint_name can either be an alphanumeric SQL identifier or an integer number.
Prajakta Pandit 03-9-2017 06:38 AM
« Previous
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
SQL Server (40)
SQL Server (28)
SQL Server (25)
Data Warehousing (10)
Biztalk (15)
SQL Server DBA (15)
Database (30)
Database (28)
DBMS (20)
Advertisement
▲