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
Is big data nosql?
How many aggregate functions are available there in sql?
What are the types of index in sql?
What is procedure function?
Define concurrency control. : Transact sql
What is sqlite used for?
Is like operator in sql case sensitive?
What is a sql trace file?
Explain what is a view?
Which operator is used in query for pattern matching?
How do we use distinct statement? What is its use?
Define commit?
What is on delete restrict?
How do you copy a table in sql?
What are the differences between implicit and explicit cursors?