How do you create a table with an existing structure of another table with data and with no data?
Answer / praveen kota
Create table tablename as existing tablename with (no) data
| Is This Answer Correct ? | 0 Yes | 0 No |
can we join volatile table with general table an global temporary table with general table ?
Did you write stored procedures in teradata?
Can you fastexport a field, which is primary key by putting equality on that key?
Different phases of multiload?
What is teradata? Also, list out some of the primary characteristics of teradata.
any one pls tell me what are the table names in banking project?
Difference between stored procedure and macro?
What are differences between teradata and ansi session modes in teradata?
Highlight the differences between Primary Key and Primary Index.
What is meant by a Channel Driver?
whether Nulls will be counted while doing average? example: we have table column A with following values A -- 5 Null 8 3 Now what is the average of A?
There is a column with date in it. If I want to get just month how it can be done? Can I use sub string?