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 is a cursor? : Sql dba
What are views in sql?
Can we join more than 2 tables in sql?
What is a clob in sql?
How does a self join work?
What is the difference between union and union all command?
What is an exception in pl/sql?
What is clause in sql?
Can you have a foreign key without a primary key?
what is subquery? : Sql dba
What trigger means?
How do I view a sql database?
Is sql difficult?
What is a unique constraint?
Explain unique key in sql.