A schema in Oracle is a collection of database objects that are owned by a particular user or role. It provides a way to organize and manage database objects, and to control access to them. To check the schema of a database object, you can use the DESCRIBE
command. For example, to check the schema of the EMPLOYEES
table, you would use the following command:
DESCRIBE EMPLOYEES;