Switching user using sudo command in Linux shell
Sudo command The sudo command is used to switch to another user.It will give the special priviledges to the user.It
Continue readingSudo command The sudo command is used to switch to another user.It will give the special priviledges to the user.It
Continue readingSHOW Table : Some time we want to check the table definition such as number of columns ,data type of
Continue readingView creation in Teradata: View is a logical table that shows the result set of SQL statements. It is used
Continue readingSample function in Teradata The Sample function is used in the SELECT query to return the random number of rows.It
Continue readingIn many cases, we might get the memory or size of the file/table in bytes.The simple java program can able
Continue readingWe can execute the shell commands using the Java.lang.ProcessBuilder class in Java.Lets see the program to execute the shell commands.
Continue readingInteger.parseInt() We can convert the String value to int in Java using Integer.parseInt() method. If the String variable contains only
Continue readingLinked list in C++ Linked list is one of the data structure that used to overcome the limitation of array.
Continue readingWe can see the Hive tables structures using the Describe commands. This command shows meta data about the hive table
Continue readingTable size in Teradata: DBC.ALLSPACE is the system table used to find the space occupied for each table or database
Continue reading