For loop in python with examples
For loop is used to iterate each element in the sequence.We can iterate elements in the list,tuple,dictionary,set and string.Similar like
Continue readingPlease fill the quick survey to improve the quality of the articles. Cick here
For loop is used to iterate each element in the sequence.We can iterate elements in the list,tuple,dictionary,set and string.Similar like
Continue readingBTEQ(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 reading