I have recently installed db2 in my system and created the sample database which has 47 tables. I tried to retrieve data from the tables using clp plus.
used connect db2admin@localhost:50000/sample and gave password. it gave back database connection information.
when i use select * from employee (employee is a table in sample) iam getting 2.
what is this 2 how to check data present in the tables.