2. SQL

DB/스키마/2020-09-13/ 모델(model) 스키마(Schema) 객체(Objects)

패스트코드블로그 2020. 9. 13. 08:35

Database Objects

Oracle Database recognizes objects that are associated with a particular schema and objects that are not associated with a particular schema, as described in the sections that follow.

Schema Objects

schema is a collection of logical structures of data, or schema objects. A schema is owned by a database user and has the same name as that user. Each user owns a single schema. Schema objects can be created and manipulated with SQL and include the following types of objects:

 

https://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements007.htm