Here are the top performed and most viewed blog posts in 2021. The topics are SQL, Python, VSAM and AWS.
How to Use Multiple Like Conditions in SQL
Here is an example on how to use multiple LIKE conditions in WHERE clause of SQL.
SQL where clause fetches records quickly when you give conditions correctly. The conditions should be indexed table columns. And, many a time, you need to filter records using like conditions.
SQL Query Examples on Multiple WHERE Conditions
Multiple conditions, how to give in the SQL WHERE Clause, I have covered in this post. Those are IN, LT, GT, =, AND, OR, and CASE. It takes more CPU time, If the WHERE condition is not proper, to fetch rows – since more rows.
15 Top AWS IAM Service Interview Questions
The identity and access management (IAM) service provide access for users (Entities). Below are the useful interview questions so that you can understand the IAM service quickly.
COBOL VSAM Files READ with START Logic
Here’s sample COBOL program that shows how to use READ, WRITE and READ NEXT statements. The READ statement is to get record randomly. The READ NEXT to read VSAM file till end of the file
12 Tricky Python Coding Interview Questions
Among the leading computer programming languages, Python takes the first place. In this post, I am sharing the 12 Python frequently asked Coding Interview Questions on the basics of Python Language.
Related posts
-
Tony Robbins Vocabulary: 50 Powerful Words and Phrases to Improve Your English
Learn 50 powerful Tony Robbins vocabulary words and phrases with simple meanings and example sentences to improve your English speaking skills
-
Migrating JSON Files from AWS S3 to PostgreSQL Using AWS Glue and PySpark
Migrating JSON files from AWS S3 to PostgreSQL using AWS Glue and PySpark is one of the most common data engineering challenges teams face today. In this guide, you will learn exactly how to build a production-grade AWS Glue JSON to PostgreSQL migration pipeline — from reading raw JSON files in S3 to writing clean,…
-
5 PySpark Performance Anti-Patterns on Databricks (And How to Fix Them)
Databricks makes scaling big data processing feel almost effortless. Under the hood, however, writing PySpark without understanding how Apache Spark and Delta Lake execute your code can quietly ruin performance, spike DBU costs, and cause out-of-memory (OOM) crashes. Below are 5 common PySpark anti-patterns seen in production, along with exact code fixes to keep your…



