If you are inserting small quantities of data, you may prefer to enter it interactively through Interactive SQL, using the INSERT statement.
For example, you can insert listed values a single row at a time with the following command:
INSERT INTO T1 VALUES ( ... )