Table of Contents

Oracle Database - DUAL

About

Dual is a dummy table that you can use to:

Data Dictionary

SELECT owner, object_id, object_type, object_name, status
From   Dba_Objects
WHERE  object_name = 'DUAL';