What happens if we execute the below create table query at first time in a database with other than sys user and the user is having create table privileges: create table dual(a number);
Reveal answer
Fill a bubble to check yourself
What happens if we execute the below create table query at first time in a database with other than sys user and the user is having create table privileges: create table dual(a number);