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 difference between cursor and trigger?
What are different types of tables in sql?
Can we connect to postgresql using sql developer?
what is a view? : Sql dba
What is the difference between delete, truncate and drop command?
what is the difference between clustered and non clustered index in sql? : Sql dba
Is progress software supports to ( pl/sql )?
how does a local variable is defined using t-sql? : Transact sql
What is a unique key?
how do you tune the slow running queries in oracle db , explain the methodology
What is sql trigger example?
What does varchar include?
what is view? : Sql dba
Is time a data type in sql?
what are tables and fields? : Sql dba