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 2 queries be executed simultaneously in a distributed database system?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Is truncate ddl or dml?
What are expressions?
What is sap sql?
Explain the structure of pl/sql in brief.
What is rownum and rowid?
What is dcl in sql?
How do you update a table in sql?
what are the difference between clustered and a non-clustered index? : Sql dba
what is the difference between group by and order by in sql? : Sql dba
Can we insert data into view?
Why primary key is required?
How can you tell the difference between an index and a view?
Is natural join same as inner join?