how to create user in sql and how to set password for that?
Answer Posted / guruswamy
create user <username> IDENTIFIED BY password;
| Is This Answer Correct ? | 21 Yes | 6 No |
Post New Answer View All Answers
Can we use delete in merge statement?
What is the difference between the conventional and direct path loads? : aql loader
What are records give examples?
Why cross join is used?
What is a function in oracle pl sql?
What is the clause we need to add in function body to return variable?
differentiate between float and double. : Sql dba
when MSQL8.0 is in market
Why schema is used in sql?
what is the difference between group by and order by in sql? : Sql dba
How to select 10 records from a table?
What do you understand by pl/sql records?
What is nosql vs sql?
what are myisam tables? : Sql dba
What is data types in sql?