When talking about relational database the concepts I've learned are that there exists schema, table, attribute. We can prefix the table name with the schema name and the attribute with the table name (even incl. schema).
When looking on an Oracle database I see things calls "OWNER". Is this the way Oracle calls its schema, or how should I interpret them?
Best, Will