How do you create tables in Teradata?

devquora
devquora

Posted On: Jun 15, 2021

 

You can create tables in Teradata with the help of given steps:

  • Database_Name: Where the table will be created.
  • Column_name: Name of the column you want in the table.
  • Data_type: Specifies single datatype for a column.
  • Attribute: Defines attributes for a column. Example – NOT NULL, NOT CASE SPECIFIC, UPPER CASE, FORMAT etc.

 

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Teradata Interview Questions

    Explain Teradata utilities. What is MultiLoad , Fast Load, Tpump ?

    Teradata utilities offer a powerful solution for managing all your data load requirements from batch to real-time. FastLoad can sort the incoming rows directly into the target table. MultiLoad first...

    Teradata Interview Questions

    When do you use each of these? Why? Explain in detail.

    It is used because Teradata utilities offer a powerful solution for managing all your data load requirements from batch to real-time....

    Teradata Interview Questions

    Explain Teradata Architecture in detail .

    Teradata architecture is based on Massively Parallel Processing (MPP) architecture. The major components of Teradata are Parsing Engine, BYNET, and Access Module Processors (AMPs)....