This might be a very basic question but I can't find the correct command for it.
I can list the datafields in a table using the command
select * from cat where table_name='mytable';
How do I check the data that has been inserted in this table using sqlplus?