The database administrator of your company created a public synonym called HR for the HUMAN_RESOURCES table of the GENERAL schema - because many users frequently use this table. As a user of the database - you created a table called HR in your schema. What happens when you execute this query? select * from HR

🎲 Try a Random Question  |  Total Questions in Quiz: 102  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Oracle Database Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


The database administrator of your company created a public synonym called HR for the HUMAN_RESOURCES table of the GENERAL schema - because many users frequently use this table. As a user of the database - you created a table called HR in your schema. What happens when you execute this query? select * from HR