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
What are the different types of functions in sql?
What is the purpose of a sql?
What is fmtonly in sql?
Is record in oracle pl sql?
what are the differences between require and include, include_once and require_once? : Sql dba
Is sql open source?
What is compilation error in pl sql?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
give the syntax of grant and revoke commands? : Sql dba
What is normalisation and its types?
Can we use commit inside a trigger?
What is data manipulation language?
What does seeding a database mean?
How to rename a table?
How to fetch alternate records from a table?