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

Regexp_replace function in BigQuery with examples

Posted on 19th May 202219th May 2022 by RevisitClass

Regexp_replace function in BigQuery The Regexp_replace function is search the given regular expression pattern in the input string. Then it

Continue reading
GCP
Leave a comment

Parsing Hive Create table query using Apache Hive library

Posted on 16th May 202216th May 2022 by RevisitClass

Apache Hive Apache Hive is an open source data warehousing solution build on top of Hadoop. It supports SQL-like query

Continue reading
Hadoop
Leave a comment

How to rename a column in Hive?

Posted on 13th May 202213th May 2022 by RevisitClass

Alter table statement in Hive The Alter table statement is used to change the structure of the existing table in

Continue reading
Hadoop
Leave a comment

How to add partition to existing table in BigQuery?

Posted on 11th May 202211th May 2022 by RevisitClass

Partitioned tables in BigQuery Partitioned table is a special table that is divided into segments called partitions. Those partitioned tables

Continue reading
GCP
Leave a comment

How to use Qualify Row_number in BigQuery?

Posted on 9th May 20229th May 2022 by RevisitClass

ROW_NUMBER() function in BigQuery Row_number is a Numbering function which is a subset of Analytic function in BigQuery. In the

Continue reading
GCP
Leave a comment

Trim function in Hive with examples

Posted on 6th May 20226th May 2022 by RevisitClass

Trim function in Hive Trim function removes the extra space from both ends of the string value. In other words,

Continue reading
Hadoop
Leave a comment

How to add Primary key in the Create Table statement using Parser?

Posted on 4th May 20224th May 2022 by RevisitClass

Parser Parser is a program which understand the grammar of the sequence of words/sentences and produce the syntactical tree representation.

Continue reading
Java, Oracle, Teradata
Leave a comment

How to execute a Select query on BigQuery using Java?

Posted on 28th April 202229th April 2022 by RevisitClass

BigQuery BigQuery is a fully managed and serverless datawarehouse system. It is part of Google Cloud Platform. It can process

Continue reading
GCP, Java
Leave a comment

How to send Spark dataframe values as HTML table to Email?

Posted on 27th March 20229th April 2022 by RevisitClass

Spark dataframe Spark dataframe is a distributed collection of rows with the same schema. The schema defines the structure of

Continue reading
Spark
Leave a comment

How to write a Spark dataframe to Hive table in Pyspark?

Posted on 26th January 20229th April 2022 by RevisitClass

Apache spark to write a Hive Table Apache Spark provides an option to read from Hive table as well as

Continue reading
Hadoop, Spark
Leave a comment

Posts navigation

1 2 3 … 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