Examples - Teradata Database

SQL Data Manipulation Language

Product
Teradata Database
Release Number
15.10
Language
English (United States)
Last Update
2018-10-06
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata® Database

Example: Inserting a Row

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);