I have created a user with name ABC in Oracle database.
Prior to this i have created a table named Demo in user named SYSTEM
.Now i need to create a table with same name in ABC also.How can i do this?
I have created a user with name ABC in Oracle database. Prior to this
Share
prefix tablename with schema (ABC)