105
Change Password
In Oracle, we can change the password using alter command.
Syntax :
Parameters
user_name: user name to change the password.
new_password: new password for the user.
Example
Next TopicCheck Constraints