Restore positional parameters

Positional parameters immediately follow the restore command and precede the optional parameters.

The following positional parameters specify the object to restore:
*|database_name1,...,database_nameN
*
Restore all database names sequentially.
database_name
Restore the specified database. Multiple entries are separated by commas. If separated by commas, ensure that there is no space between the comma and the database name. If any database name contains blanks, enclose the database name in double quotation marks.
The following positional parameters specify the type of restore to perform:
FULL |COPY |INCRemental | DIFFerential
FULL
Restore a Full type backup.
COPY
Restore a Copy type backup.
INCRemental
Restore an Incremental type backup.
DIFFerential
Restore a Differential type backup