How to create the new database in Sqlite using Python
SQLite in Python SQLite is a lightweight disk-based storage that doesn’t require separate server process in python.Some application can use
Continue readingPlease fill the quick survey to improve the quality of the articles. Cick here
SQLite in Python SQLite is a lightweight disk-based storage that doesn’t require separate server process in python.Some application can use
Continue readingEXPORT command in Teradata Export command is used to store the database information that returned by SQL Select statement in
Continue readingSplit function in Hive Hive providing many string functions to manipulate the strings. Split is one of the string function
Continue readingTeradata Rename Table We can rename the existing Teradata table using RENAME TABLE statement.We should have DROP privileges on the
Continue readingCreate log file with current timestamp in Bash It is best practice to have log file in any shell script
Continue readingApache Tomcat Server Apache tomcat server is a open source web server that is developed by Apache software foundation. It
Continue readingACTIVITY_COUNT in Teradata Activity count is a variable that returns the number of rows affected by the SQL statement in
Continue readingOutput redirection in Shell script There are times, we want to display status codes and error messages in standard output
Continue readingWe can concatenate the strings using + operator in Go Language. The input string values should enclosed in the double
Continue readingParse input or command line arguments in Bash script Bash script will take input values and produces output values. We
Continue reading