Search This Blog

Friday, January 14, 2022

Oracle / PLSQL: Schemas

 

Oracle / PLSQL: Schemas

A schema allows you to logically group objects in an Oracle database.

The following is a list of topics that explain how to use Schemas in Oracle/PLSQL:

Create a Schema

Add objects (ie: Tables, Views) to a Schema

No comments:

Post a Comment

PL/SQL - Collections

A collection is an ordered group of elements having the same data type. Each element is identified by a unique subscript that represents its...