Oracle SQL Data Manipulation Language - representative statement
DML 언어의 Insert 란 무엇인가?
To confirm the inserted data, we can use the other DML languages - select statement to check our data input is well organized.
here is the mathematical statement;
Select * from OS
Where OS_OWCORD = '003';
* --> All
From OS --> From the table of OS
Where OS_OWCORD = '003'; --> condition
Comments
Post a Comment