Multiple choice Which of the following statements will create a new user? CREATE USER kumar CREATE OR REPLACE USER kumar CREATE USER kumar IDENTIFIED BY indian CREATE NEW USER kumar IDENTIFIED BY indian CREATE OR REPLACE USER kumar IDENTIFIED BY indian Reveal answer Fill a bubble to check yourself C Correct answer Explanation Yes, this is the correct syntax. Here, kumar is the username and indian is the password.