how to create user in sql and how to set password for that?
Answer Posted / ayan banerjee
create user user_name identified by password
then
grant resource to user_name
grant create session to user_name
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of normalization?
How many types of privileges are available in sql?
Explain what is a view?
what is query cache in mysql? : Sql dba
What are the possible values for the boolean data field?
What is sql data?
Why do we create views in sql?
What is replication id?
What do you understand by pl/sql cursors?
Is like operator in sql case sensitive?
What is lexical units in pl sql?
How does sql*loader handles newline characters in a record? : aql loader
what does the t-sql command ident_incr does? : Transact sql
What is restrict in sql?
What is the difference between rename and alias?