Hi,
I am using user_tab_column s and user_col_commen ts to get details about the table.

Here is my code:
select * from user_tab_column s where table_name='sam ple_table';

After running this query in TOAD/Oracle SQL plus, i get "no rows selected".

Sample table:

NAME AGE CUST_ID
---------- ---------- ----------
deepali 22 68162...