Tutorials
Oracle 10gThis tutorial will teach users how to manipulate data using the DMLs (Data Manipulation Languages) through SQL, through 4 types of DML statements: Insert statement, Update statement, Delete statement and the Merge statement.
There could be two ways of inserting data in oracle10g database. You can directly insert rows through sqlplus after entering the commands or you can use enterprise manager (through internet explorer) to execute the insert statement.
a) Using SQL*Plus to insert data into a table.

Figure 1: Inserting data into a table through SQL*Plus
a) Using SQL* Plus to update data in a table
a) Using SQL* Plus to delete data from a table
a) Using SQL* Plus to merge data in a table
| Please tell me how to log on in SQL plus of Oracle 10g and what is host string? |