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.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
vnq1596660420420.ditamap
dita:ditavalPath
hoy1596145193032.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);