Teradata: How to change password

It is really simple to change a user’s password in Teradata. Password could be changed by using MODIFY command. The syntax to change password is

 MODIFY USER USERNAME AS PASSWORD =”PASSWORD”;


Leave a comment