Removing the Test User and Test Table - Teradata Vantage

Configuring Teradata Vantageā„¢ After Installation

Product
Teradata Vantage
Release Number
1.1
Published
July 2019
Language
English (United States)
Last Update
2019-10-11
dita:mapPath
qyu1559916244734.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4014
lifecycle
previous
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;