Is PK concept available in Teradata. If it is how can we
create Primary Key for a table in TD
Answer Posted / ragunath g
alter table <table name> add constraint <constraint name>
primary key<column name>
This is the Syntax for adding PK
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are teradata utilities?
Why is the case expression used in teradata?
what are the day to day activities of teradata DBA ?
What do you mean by fastexport in teradata?
Explain the term 'foreign key' related to relational database management system?
How do you do backup and recovery in teradata?
What is the difference between teradata and basic rdbms?
What is teradata?
List out teradata data types?
How do you define Teradata?
What are tpump utility limitations?
Explain teradata utilities. What is multiload, fast load, tpump?
Explain the advantages of partitioned primary index in a query?
Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.
Write a program to show the parser component used in teradata?