InterviewSolution
Saved Bookmarks
| 1. |
Explain schema objects. |
|
Answer» The logical structures where the database stores the schema object LOGICALLY within a database tablespace are defined as schema OBJECTS. These objects can be table, views, INDEXES, database LINKS and FUNCTION packages. |
|