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
How can you load microsoft excel data into oracle? : aql loader
Explain ttitle and btitle.
Can there be more than one function with a similar name in a pl/sql block?
how to rename an existing column in a table? : Sql dba
What is cursor and why it is required?
How does a covering index work?
how is myisam table stored? : Sql dba
how to dump a table to a file with 'mysqldump'? : Sql dba
What is auto increment feature in sql?
What is sharding in sql?
What is rownum in sql?
What is a parameter query?
What are reports usually used for?
Explain character-manipulation functions?
Explain what is sql?