Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Difference between CAT and TAB

santhosh TSep 28 2017 — edited Sep 28 2017

Hi All,

Though its a very basic question and sorry for consuming your valuable time, but please suggest us on the below.

What is the difference between CAT and TAB. They are showing different result sets when I query it.

SQL> SELECT * FROM CAT;

SQL> SELECT * FROM TAB;

Thank you.

I am with Oracle 11g 11.2.0.2 - 64Bit

This post has been answered by BrunoVroman on Sep 28 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 26 2017
Added on Sep 28 2017
10 comments
281 views