![]() |
|||
|
![]() |
![]() |
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
![]() Term: VALUES
Definition: INSERT INTO TABLE[Column spec] Example Usage: The below INSERT statement inserts a row into EMP table INSERT INTO EMP (EMPID, ENAME, DEPTNO, SAL, JOB_ID) The VALUES keyword can also be used without specifying the columns, as shown in this example: INSERT INTO EMP VALUES To use the VALUES keyword in this manner the number of values to be inserted must exactly match the number of columns in the table. Related Links:
Related Code Snippets:
![]() ![]() ![]() |
![]() |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2025 psoug.org |