- Blog
- Blog
- Homepage
- Homepage
-
How to Drop [or] Alter Table: Sample SQL Queries
Explained SQL queries and syntax to drop a table or modify a table. And added SQL queries helpful to rename a table and truncate a table here.
-
4 Essential AWS Services to Accelerate Deployment
Organizations need speed deployment at scale. AWS provides a service called code pipeline, which is a four-step process explained here.
-
What is Adaptive MapReduce in Hadoop and How it Works
The performance and the approach of Adaptive MapReduce in Hadoop explained.
-
11 Top AWS SSO Interview Questions
AWS SSO allows users to access AWS accounts. Here is a list of questions helpful for interviews.
-
PL/SQL Sub-program Vs. Stored Procedure: Best Examples
A procedure also called subprogram explained how to use and call it in Oracle database
-
10 Interview Questions Python Tree
Must read interview questions on Python tree. Useful these for your project as well.
-
How to Create Simple Lambda Function in AWS
Creating function in lambda and how to link it with AWS cloud watch explained.
-
The Amazing Fact Why Can’t We use Loops in Python Lambda
You can’t use loops in the lambda function. Here’re the reason explained with simple and complex examples.
-
Exclusive Sneak Peak into 4 AWS Pillars
Here are the AWS’s four pillars-Cost, Agility, Elasticity and Security and their insights.
-
Pass by Value and Pass by Reference in Python
Here’s an example of how to work with pass-by-value and pass-by-reference in Python.
-
Here’s the Oracle Scheduler Job Example
You can create and schedule a job in Oracle with the procedure you want. Here’s the best example for your reference
-
How to Create an Array in Python
Like other languages, you can create arrays in python. Here’s the logic to create them.