The majority of the blog entries are written in a style that novices may understand. I will give some practice tasks to be completed using
Author: SHAFI SHAIK
Hi, this is Shafi Shaik, Microsoft Solutions Specialist in Data platform as well as in Data Management & Analytics. I am a certified associate in Oracle SQL*Plus and extensively trained in MongoDB Administration. My current role is Database administration with hands-on expertise in almost all relational databases namely Microsoft SQL Server, MySQL, Oracle SQL*Plus, PostGreSQL & Teradata. I'm also specialized in database development, warehousing, traditional data analysis and Big Data analysis.
Index of the character occurrences – Apache Pig
INDEXOF is the function that returns the index of the first occurrence of a character in a string, searching forward from a start index. Let’s
What is “Success In Life”
There are a lot of images available on google that talk about ‘success in life’. There are also several books that teach us how to
Search in a String (STARTSWITH) – Apache Pig
We frequently look for a certain term in a string. This sort of search is feasible in most programming languages that support wild-card searches. In
Search in a String (ENDSWITH) – Apache Pig
We frequently look for a certain term in a string. This sort of search is feasible in most programming languages that support wild-card searches. In
String Split Function in Apache Pig
If you’ve used Hive’s SPLIT function, Apache Impala’s SPLIT PART function, or SQL Server’s STRING SPLIT function, you won’t need an introduction to Apache Pig’s