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 are different types of queries in sql?
What is raid? How does it help storage of databases?
What is pl sql in dbms?
Is sql the best database?
Could you please provide oca (oracle 10g) dumps for my certification ?
explain mysql aggregate functions. : Sql dba
Are left and right joins the same?
Can we perform dml in function?
how do you know the version of your mysql server? : Sql dba
What is sqlservr exe?
Which is faster count (*) or count 1?
Can I learn sql in a week?
What is the difference between microsoft access and sql?
What is the need of merge statement?
How to get unique records from a table?