Yasser Oracle Blog Dive in Oracle with Yasser, Oracle Developer Courses
full detials about your database tables from dba_objects
SELECT created FROM dba_objects WHERE object_name = <<your table name>> AND owner = <<owner of the table>> AND object_type = 'TABLE'
No comments:
Post a Comment