Home » Interview » Technology

Explain how to create users through SQL PLUS.

Correct Answer: We need to first login to the data base as: SQLPLUS followed by user_name/password Then we need to execute the following query: CREATE USER user_name IDENTIFIED BY abcd; in this query a user_name suggest the user that is created which has a password abcd which is required for login in database

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion