how to create user in sql and how to set password for that?
Answer Posted / satyajit patel
If u later want to change the password then go to the
database where the user is created and write
ALTER USER user_name IDENTIFIED BY new_password;
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What does subquery mean in sql?
What is cross join sql?
what is online transaction processing (oltp)? : Sql dba
What are some predefined exceptions in pl/sql?
What is the use of pl/sql table?
What are the operators used in select statements?
What are the three forms of normalization?
What is mutating error in pl sql?
What is the difference between local variables and global variables?
What trigger means?
Why are aggregate functions called so?
What are the uses of sysdate and user keywords?
What is an implicit commit?
Does inner join return duplicate rows?
What is bulk collect in pl sql?