| '''Errors'''
|The command fails if the specified backup does not exist, if the database to be restored is currently locked, or if it could not be restored for some other reason.
|}
==INSPECT==
{{Mark|Introduced with Version 7.5:}}
{| width='100%'
|-
| '''Syntax'''
|width='100%'|{{Code|INSPECT}}
|-
| '''XML Syntax'''
|<code><inspect/></code>
|-
| '''Permission'''
|''WRITE''
|-
| '''Summary'''
|Performs some integrity checks on the opened database and returns a summary report.
|}
;Version 7.5
* Added: <code>[[#EXECUTE|EXECUTE]]</code> can be used to execute executes a command script.* Added: <code>[[#INSPECT|INSPECT]]</code> performs integrity checks.
* Added: automatic detection of [[#Basics|Command Scripts]].
* Removed: {{Code|SHOW DATABASES}}; information is also returned by <code>[[#SHOW SESSIONS|SHOW SESSIONS]]</code>.