Sponsored Links
Oracle 10g Tutorials
- Oracle 10g Tutorials : Oracle Net Services
- Oracle 10g Training - Triggers And Triggering Events
- Oracle 10g Tutorials - Identifying PL/SQL Objects
- Oracle 10g Tutorials - SQL*Loader Discarded and Rejected Records
- Oracle 10g Tutorials- SQL*Loader - Input Data and Datafiles
- Oracle 10g - SQL*Loader
- Oracle 10g - Using Data Pump Export
- Oracle 10g Free Training - Using Data Pump Import
- Oracle 10g Free Training - Data Pump Components
- Oracle 10g Free Training - Manipulating data through SQL
- Oracle 10g Free Training - Synonyms
- Oracle 10g Free Training - Sequences
- Oracle 10g Tutorials- Updating Views
- Oracle 10g Tutorials - Creating Views, Altering, Dropping and Replacing Views
- Oracle 10g Tutorials -Creating Index-Organized Tables
- Oracle 10g Tutorials: Altering Tables
- Oracle 10g Tutorials : Dropping Tables
- Oracle 10g Tutorials : Creating Tables
- Oracle 10g Tutorials: Tables
- Oracle 10g Tutorials: Overview of Schemas and Common Schema Objects
Home
Tutorials
Oracle 10g
brinal said:
Tutorials
Oracle 10gOracle 10g Free Training - Manipulating data through SQL
Oracle 10g Free Training - Manipulating data through SQL
This 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.
Manipulating data through SQL
Insert statements
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.
- Login to 10g SQL*PLUS using your user id and password.
- Run the insert statement as shown in the SQL window in figure 1.

Figure 1: Inserting data into a table through SQL*Plus
Update Statements
a) Using SQL* Plus to update data in a table
- Login to 10g SQL*PLUS using your user id and password.
- Run the update statement in the SQL* PLUS window as shown in the figure 3.
Delete Statements
a) Using SQL* Plus to delete data from a table
- 1. Login to 10g SQL*PLUS using your user id and password.
- Run the delete statement in the SQL* PLUS window as shown in the figure 3.
Merge Statements
a) Using SQL* Plus to merge data in a table
- Login to 10g SQL*PLUS using your user id and password.
- Run the merge statement in the SQL* PLUS window as shown in the figure 3.
Comments
brinal said:
| Please tell me how to log on in SQL plus of Oracle 10g and what is host string? |
Sponsored Links
