Teradata is a Relational Database Management System (RDBMS), capable of supporting many concurrent users from various client platforms.
Teradata has a useful view called dbc.tables that you can use to query objects. I've used this to query …
sql stored-procedures teradataI am trying to connect to Teradata with c#. I am using the sample code from this website using System; …
c# teradataI have the table with the following data empid empname deptid address -------------------------------- aa76 John 6 34567 aa75 rob 4 23456 aa71 smith 3 12345 aa74 …
sql teradataI am developing an application which fetches some data from a Teradata DWH. DWH developers told me to use LOCK …
teradata rowlocking table-lockingVolatile table are great and somewhat comparable to temp tables in sql server (my background). Is there a way to …
teradataThe tables are already there but I don't know how they are crated. Now I want to get the definition …
sql teradataI have a scenario to calculate difference of timestamp in minute. There is one common field in 2 tables i.e …
datetime timestamp left-join teradata teradata-sql-assistantI have a query which uses row_number() over partition. When the result comes out it looks like Product Row_…
sql teradata row-numberMy table contains a field lastName that is UNICODE I need to implement the SOUNDEX function, but it won't work …
unicode teradata latin