Now we have a database -- but we have no structure to hold our data.
- By default, tables will be created within the schema of the connected user (or APP if you did not connect as a specific user).
- In this exercise, we create tables within a specific schema (MENU) so that all connected users and applications use the same access path.
- Alternately, you can begin every application by issuing the SET SCHEMA schema-name statement.