Python program to find factorial of a number
The Factorial of a number is the product of all the integers from 1 to that number.For example The factorial
Continue readingThe Factorial of a number is the product of all the integers from 1 to that number.For example The factorial
Continue readingThis program reverses a number entered by user and then it print it on the output screen.Example .If the user
Continue readingSED command stands for stream editor and it helps to perform lot of functions in files like searching,replacing,insertion or deletion.We
Continue readingFor 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 reading