- Blog
- Blog
- Homepage
- Homepage
-
AWS Container Service (ECS) Real Use of It
Before you go into deep dive into the ECS service of AWS, here are the top methods and why you need to use them to deploy containers.
-
Two Types of PLSQL Cursors: What are those?
Explained the different types of PLSQL cursors. Helpful for all developers who worked on PLSQL.
-
How to Create Dynamic Indexes in DB2
In DB2, the dynamic indexes concept is a frequently asked question. Here is complete information on how DB2 will create those.
-
Named Vs. Unnamed PL/SQL Procedures
Here are the top differences between named PLSQL and unnamed PLSQL and their usages.
-
How to Explain IP address, Port and Subnet
In cloud migration projects, you will find three terms IP address, Port and Subnet to get access to cloud. Here explained the differences among these.
-
5 Linux Directory Commands Useful for Beginners
Directories are pretty much needed in Linux to store files and create sub-directories. Here you will know how to work with these directories.
-
Exclusive CHAR Vs. VARCHAR in DB2 SQL
Here explained how DB2 CHAR and VARCHAR stores strings. It’s helpful to understand the differences between these two.
-
How to Create TYPE Object in Oracle PLSQL
Here is sample PLSQL code to create internal variable using TYPE statement.
-
Srinimf’s Top 2021 Blog Posts
Here are Srinimf’s top blog posts. These are popular for the year 2021.
-
How to Write Lookup Query in PL/SQL
How to simplify lookup query in PL/SQL explained. You can use both cursor and Associative array for this purpose.
-
10 Frequently Asked Jenkins(2.0) Interview Questions
Here are the frequently asked interview questions on Jenkins. These help you know the clear difference between the CI/CD capabilities of Jenkins.
-
Python Identity Vs. Membership Operators
Here are the best examples of identical and membership operators. You will see here how to use and types of those operators.