What is SQL Assistence?please eample
Answers were Sorted based on User's Feedback
Answer / vinay sir(datawarehousing tech
Sql Assistant(Before Teradata13 we used to call this
formally as Queryman)uses ODBC driver to
connect and work with any ODBC complaint
databases(Oracle,Sqlserver etc...)
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / sharada
if data is in less quantity then we can use sql assisatance
this is called as query man also. By using query man we can
export and import data
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramesh g
sql assistance is a tool,here we can
objects,macros,procedures, and also select,insert,update,
delete,drop object as well as rows and this is also called
as queryman
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tdguy
SQL assistant is a tool using which users submit the
queries to teradata and view or export the resultset.
Import option is also available.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the syntax for case when statement?
what is object level locking ? where do appear this type of locking ?
What is a common data source for the central enterprise data warehouse?
What is smp and mpp platforms?
Why is the case expression used in teradata?
If the table does not have duplicates then which utility you can suggest to load the data ?
What are the various etl tools in the market?
Why do Hash joins usually perform better than Merge Joins?
i have a table like sales....the field are Prodid Jan(jam month sales)Feb March 1 20 76 50 2 30 94 40 3 40 90 30 4 70 20 30 5 23 40 40 6 85 30 55 7 84 20 65 8 10 93 40 9 57 30 30 10 38 83 40 11 35 39 90 12 83 89 50 Now the Question is i want get the max sales of 12 products from the months.hint:for eg I WANT GET 89 for product12... Can any one help me
which utitility can use for loading the data from non-teradata to teradata ?
What is a node in teradata?
"pravalli nagireddy" record is there in address column but i want display only 'nagireddy' from the main string what is query for that pls tell me