Creating a New Row
To create a new employee, you perform the following steps:
1. Find the employees view object.
2. Create a new row and insert it into the row set.
3. Set the value of some required attributes in the row.
4. Commit the transaction.
5. Display a message.
The output is:
Added employee 999 to Department 60
You can view the table by browsing it from the Navigator to see that the record was added.