Delete user
Use the "drop user" statement to remove a user.
drop user username;
This is a sample to delete the database.
drop user kimoto;
Use the "drop user" statement to remove a user.
drop user username;
This is a sample to delete the database.
drop user kimoto;