How is the teradata different from oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How can we pass Variable in Bteq with out using shell script Is it possible or not If possible let me know how can we pass varaibale
Give some points about Teradata Viewpoint ?
What are the different functions included in the server software?
Why FLOAD doesn't supports NUSI? Where as Mload supports NUSI. Please explain in this regard. Thanks in advance.
How to cast date "2015-03-03-012204-000000" to timestamp
Difference between client character set and server character set? What is the use of these two?default character set in teradata?
Can you load multiple data files for same target table using fastload?
what is the default character set in teradata,,?
Explain and compare pros and cons of snow flake schemas?
Please tell me a query to find the Primary key,Foreign key,primary Index,PPI for the Database?
Can you fastexport a field, which is primary key by putting equality on that key?
sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id where b.deptno=10; sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id and b.deptno=10; what is the difference on the above 2 queries?