Remove test user and test table | Teradata Vantage - Removing the Test User and Test Table - Teradata Vantage

Configuring Teradata Vantageā„¢ After Installation

Product
Teradata Vantage
Release Number
2.2
Published
January 2021
Language
English (United States)
Last Update
2021-05-08
dita:mapPath
gta1588198788318.ditamap
dita:ditavalPath
dby1605127568110.ditaval
dita:id
B700-4014
Product Category
Analytical Ecosystem
Software
Teradata Vantage
  1. Log on as SYSDBA.
  2. Remove the test table, employee. For example:
    DROP TABLE Tables_Database.employee;
  3. Remove the test user, Alex. For example:
    DROP USER Alex;