- Blog
- Blog
- Homepage
- Homepage
-
SQL Query: How to Check Index Space
Here are the top SQL queries how used to know index size. Explained views to refer to as a user /or as a DBA.
-
How to Understand DevOps Process in CICS Quickly
Here’s a way CICS supports for DevOps process to speed up the deployment.
-
Linux egrep Vs. fgrep: Top Differences
A helpful guide on Linux egrep and fgrep commands and usages explained with examples.
-
How to Create Global Temp Table in Oracle
Explained how to create a table from an existing table in oracle. Two queries creating structure only and table with data you will find here.
-
The Real Use of SCP Command in Linux
Here are SCP and CP copy commands in Linux and explained with examples.
-
Insert Into with Select SQL: How to Write SQL Query
The “Insert Into with Select” statement in SQL allows transferring and manipulating data between tables efficiently.
-
3 Must-know Approaches to Delete a Table
Here are the top 3 approaches you can try in MySQL and other databases to delete table.
-
How to Use Python DATETIME Classes in Code
Here are the top examples of the Python datetime module and its top four classes.
-
These are User-defined Data Types in DB2
Here are the user-defined data types that you can create in Zos, Linux, UNIX, and Windows explained.
-
6 Top Python Data Types: How to Understand Now
Here are the data types in python of each category explained and given classifications for each type.
-
How to Convert String to Date: Python DATETIME
Here’s a way to convert string to date in python using strptime method.