DML - Data Manipulation Language,
Following are DML statements are available in Teradata,
INSERT - Inserts a single row into a table.
INSERT SELECT - Inserts one or more rows into a table using values selected from other tables.
UPDATE - Changes column values in existing rows of a table.
DELETE -Removes rows from a table.
No comments:
Post a Comment