'''<code>ALTER [USER|DATABASE] [...]</code>'''
Alters the password of a user password , or the name of a database name:
* <code>USER [name] ([password])</code>:
: alters the [password ] of a the userspecified with [name].
* <code>DATABASE [name] [newname]</code>
: alters the [name ] of a databaseto [newname].
===BACKUP===