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 is upsert statement in teradata?
If the PMON is not working then how do you manage and monitor all processes, resources and sessions etc.
What is bteq script in teradata?
Why are oltp database designs not generally a good idea for a data warehouse?
Explain PDE.
what is object level locking ? where do appear this type of locking ?
What are the different softwares used with their functions in teradata?
Explain some differences between mpp and smp?
Explain the teradata primary index mechanics in detail with a diagram.
Highlight all the modes that are present under Confidence Level.
What is a node in teradata?
What is multi insert?
What is meant by a Highest Cost Plan?
why use references rather than pointers in the public api, particularly for arguments which are modified?
What is the difference between fastload and multiload?