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
Why we use join in sql?
How do you remove duplicate records from a table?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
Explain the difference in execution of triggers and stored procedures?
What is foreign key and example?
What is the difference between numeric and autonumber?
Explain unique key in sql.
Is not null in sql?
What is serial sql?
What are the different schemas objects that can be created using pl/sql?
Is pl sql and postgresql same?
How to run pl sql program in mysql?
what are the performance and scalability characteristics of mysql? : Sql dba
What is a column in a table?
What are the various restrictions imposed on view in terms of dml?