Let’s just create a table and put some data into it
in the simplest possible way - use SQL
- on the PC use sql worksheet
- on Unix after doing setup d0db type sqlplus
id number(10,0) not null,
channel_no number(6,0) not null,
chip_no number(4,0) not null,