INSERT/INSERT SELECT Examples | SQL Statements | Teradata Vantage - Example: Inserting a Row - Advanced SQL Engine - Teradata Database

SQL Data Manipulation Language

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
qtb1554762060450.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata Vantage™

You can use the following request to insert a row for the new employee named Smith in the employee table.

     INSERT INTO employee (name, empno, deptno, dob, sex, edlev)
     VALUES ('SMITH T', 10021, 700, 460729, 'F', 16);