Oracle is an object-relational database management system. It is the leading RDBMS vendor worldwide. Every Oracle database contains logical structures like tablespaces, schema objects, and physical structures like data files, redo log files, and a control file. SQL is the standard language used for storing, manipulating, and retrieving data from relational databases like Oracle. PL/SQL adds procedural functionality to SQL and is tightly integrated with the Oracle database.