Skip to content

Learning Computer Science and Programming

Share your knowledge with other Developers in REVISIT CLASS.

Please fill the quick survey to improve the quality of the articles. Cick here

  • Home
  • Programming
    • Java
    • Python
    • Go Language
    • Shell Script
    • C++
    • C Programs
    • Networking
    • DevOps
    • DWQA Questions
  • Database
    • Teradata
    • Hadoop
    • Oracle
    • GCP
  • Web Technology
    • Bootstrap
    • CSS
    • PHP
    • JSON
  • Contact us
  • Privacy Policy
  • About Us

How to use ROW NUMBER function in Hive?

Posted on 20th February 202114th May 2022 by RevisitClass

ROW_NUMBER() function in Hive Row_number is one of the analytics function in Hive. It will assign the unique number(1,2,3…) for

Continue reading
Hadoop
Leave a comment

Regexp_extract function in Hive with examples

Posted on 23rd January 202114th May 2022 by RevisitClass

Regexp_extract function in hive In the programming languages, Regular expression is used to search the certain pattern on the string

Continue reading
Hadoop
Leave a comment

Javascript Array with examples

Posted on 9th January 20219th January 2021 by RevisitClass

Array in Javascript Array is an object in Javascript which is used to store the collection of values. Each value

Continue reading
Javascript
Leave a comment

How to create a file in vim editor and save/exit the editor

Posted on 1st January 20211st January 2021 by RevisitClass

Vim editor in Linux Vim(Vi IMproved) is a widely used text editor in Linux. It is a enhanced version of

Continue reading
Networking
Leave a comment

How to split the string by dot in Java?

Posted on 13th December 202014th May 2022 by RevisitClass

Dot(.) character in Regular Expression Dot(.) is a special character in regular expression which is used to match any character.

Continue reading
Java
Leave a comment

How to convert kilometers to miles using Java program?

Posted on 29th November 202014th May 2022 by RevisitClass

Distance Units In school days, we might used ruler to measure the distance between two points. The ruler has the

Continue reading
Java
Leave a comment

Count the occurrence of each character in a string using Java program

Posted on 16th November 202016th November 2020 by RevisitClass

Count frequency of each character in a String In some cases, we want to check the occurrence of each character

Continue reading
Java
Leave a comment

Calculate increase or decrease percentage in Java

Posted on 16th November 202016th November 2020 by RevisitClass

What is percentage? In mathematics , Percentage is a number or ratio expressed as a fraction of 100. If we

Continue reading
Java
Leave a comment

Different ways to iterate over an Array List in Java

Posted on 8th November 20208th November 2020 by RevisitClass

In this example, we are going to create a ArrayList in Java. Then we will show you on how to

Continue reading
Java
Leave a comment

Substring function in Hive with examples

Posted on 26th October 20201st January 2022 by RevisitClass

Hive substring : Substring is a built-in string function in Hive which is used to extract a part of a

Continue reading
Hadoop
Leave a comment

Posts navigation

«Previous Posts 1 2 3 4 5 6 … 18 Next Posts»

Tags

TeradataHadoopShell ScriptJavaJavascriptPythonOracleExcelC ProgramsBootstrapCSSNetworkingGCPWeb TechnologySparkPHPC++Go LanguageJSONStatisticsDevOps

Recent Posts

  • Regexp_replace function in BigQuery with examples
  • Parsing Hive Create table query using Apache Hive library
  • How to rename a column in Hive?
  • How to add partition to existing table in BigQuery?
  • How to use Qualify Row_number in BigQuery?
Copyright ©2022 | Home | Privacy Policy | Contact Us | About Us | Sitemap | Write an Article