How to run the BTEQ script in Teradata using Unix shell script
BTEQ(Batch TEradata Query) is the utility used in Teradata and It helps to execute the queries either batch or interactive
Continue readingCreated Slack channels to clarify your doubts on the posted articles. Join Our Slack Channel
BTEQ(Batch TEradata Query) is the utility used in Teradata and It helps to execute the queries either batch or interactive
Continue readingMethod 1: Count function : The count function is used to count the occurrence of each character in string. Here
Continue readingThere are many techniques to sort the values. Bubble sort is one of the sorting algorithm used to sort the
Continue readingFew of the queries takes more time to run in oracle due to large volume of data.We can enable the
Continue readingThe grep command used to search the characters or lines for a particular format in the file and printing the
Continue readingNULLIFZERO Function in Teradata NULLIFZERO is a one of the useful function in Teradata. It is used to validate the
Continue readingecho: It is used to print the line of text which are given between the double quotes(“….”). Literally it just
Continue readingSample Table name :Employee EmployeeId Name Location 123 Keven Newyork 456 david Chicago OREPLACE Function in Teradata The OREPLACE function
Continue readingHadoop command to check whether the directory exists or not: Syntax: hdfs dfs -test -d hdfs_path Example: hdfs dfs -test
Continue readingExplanation The Fibonacci series are integer sequence of 0,1,1,2,3,5,8…..The first two numbers in the series are 0 and 1.The subsequent
Continue reading