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 are types of exception?
What is a .db file?
What is sql entity?
Is sql a programming?
What is spool?
What are the operators in sql?
Explain the structure of pl/sql in brief.
What is cross join example?
What are all the ddl commands?
what is data manipulation language? : Sql dba
In pl/sql, what is bulk binding, and when/how would it help performance?
What is an example of translating a date into julian format?
Why is a primary key important?
What are the possible values for the boolean data field?
How do I partition a table in sql?