Data Cleanup - Advanced SQL Engine - Teradata Database

Teradata Vantageā„¢ - Native Object Store Getting Started Guide

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

After you finish testing, clean up test users, tables, authorization objects, and function maps.

  1. Log on as an administrative user and issue the following commands:
    DELETE USER nos_usr; 
    DROP USER nos_usr;
    If you added a schema, remove it with the following command:
    DROP CSV SCHEMA schema_name;

    For example: DROP CSV SCHEMA Movies_Schema;