Top "Teradata" questions

Teradata is a Relational Database Management System (RDBMS), capable of supporting many concurrent users from various client platforms.

difference between minus and except in Teradata

what is the difference between minus and except in teradata?

sql teradata
Can you recommend a good source for Teradata Best Practices?

Looks like my data warehouse project is moving to Teradata next year (from SQL Server 2005). I'm looking for resources about …

sql data-warehouse teradata
Does Teradata support literals for DATE and TIMESTAMP?

I'd like to be able to do something like this: insert into mydb.mytable (updatetimestamp) values (#1/15/2012 01:03:00#) ...or... select * from mydb.…

teradata
Select all Table/View Names with each table Row Count in Teredata

I have been stuck into a question. The question is I want to get all Table name with their Row …

sql teradata rowcount tablename dynamic-queries
rows between 1 preceding and preceding 1

I am new to SQL and I want to know what exactly the function ( rows between 1 preceding and 1 preceding )do …

teradata teradata-sql-assistant
How to output different 25th, 50th, 75th percentiles in single Teradata query?

I had got stuck few hours back on around something similar and worked out a less messy code for outputting 25…

sql teradata ranking percentile quartile
Find out the currently running queries in teradata using SQL instead of viewpoint

I want to find out what are the queries that are currently under execution specific to a user or a …

teradata