Skip to content

Learning Computer Science and Programming

Share your knowledge with other Developers in REVISIT CLASS.

Created Slack channels to clarify your doubts on the posted articles. Join Our Slack Channel

  • 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
  • Tools
  • Privacy Policy
  • Contact us
  • About Us

How to run the BTEQ script in Teradata using Unix shell script

Posted on 7th February 201914th May 2022 by RevisitClass

BTEQ(Batch TEradata Query) is the utility used in Teradata and It helps to execute the queries either batch or interactive

Continue reading
Teradata
Leave a comment

Find the occurrence of each character in string using python

Posted on 5th February 20198th July 2019 by RevisitClass

Method 1: Count function : The count function is used to count the occurrence of each character in string. Here

Continue reading
Python
Leave a comment

Bubble sort program in C using array with examples

Posted on 4th February 201923rd February 2019 by RevisitClass

There are many techniques to sort the values. Bubble sort is one of the sorting algorithm used to sort the

Continue reading
C Programs
Leave a comment

Parallel execution of SQL statements using Parallel hint in Oracle

Posted on 1st February 201921st September 2019 by RevisitClass

Few of the queries takes more time to run in oracle due to large volume of data.We can enable the

Continue reading
Oracle
Leave a comment

grep command in Unix/Linux with examples

Posted on 30th January 201919th April 2020 by RevisitClass

The grep command used to search the characters or lines for a particular format in the file and printing the

Continue reading
Shell Script
Leave a comment

NULLIFZERO in Teradata with examples

Posted on 29th January 20197th May 2022 by RevisitClass

NULLIFZERO Function in Teradata NULLIFZERO is a one of the useful function in Teradata. It is used to validate the

Continue reading
Teradata
Leave a comment

Difference between echo and echo -e in Shell script

Posted on 27th January 201924th February 2019 by RevisitClass

echo: It is used to print the line of text which are given between the double quotes(“….”). Literally it just

Continue reading
Shell Script
Leave a comment

Replace a string in a column using oreplace and otranslate functions in Teradata

Posted on 24th January 20197th May 2022 by RevisitClass

Sample Table name :Employee EmployeeId Name Location 123 Keven Newyork 456 david Chicago OREPLACE Function in Teradata The OREPLACE function

Continue reading
Teradata
Leave a comment

How to check if the file or directory exists in HDFS?

Posted on 22nd January 20197th May 2022 by RevisitClass

Hadoop command to check whether the directory exists or not: Syntax: hdfs dfs -test -d hdfs_path Example: hdfs dfs -test

Continue reading
Hadoop
2 comments

C program to display the Fibonacci Series

Posted on 19th January 201924th February 2019 by RevisitClass

Explanation The Fibonacci series are integer sequence of 0,1,1,2,3,5,8…..The first two numbers in the series are 0 and 1.The subsequent

Continue reading
C Programs
Leave a comment

Posts navigation

«Previous Posts 1 … 17 18 19 20 Next Posts»

Tags

TeradataHadoopGCPShell ScriptJavaJavascriptPythonOracleExcelC ProgramsBootstrapNetworkingCSSWeb TechnologySparkPHPC++Go LanguageJSONStatisticsDevOps

Recent Posts

  • How to run a BigQuery SQL using Python?
  • Regexp_extract function in BigQuery with examples
  • How to schedule and run BigQuery using Cloud Composer?
  • How to copy Hadoop data from On-Premise to Google Cloud Storage(GCS)?
  • How to load JSON data from Cloud storage to BigQuery?

Revisit Class

  • Home
  • About Us
  • Contact Us
  • Careers

Data Engineering

  • Teradata
  • Hadoop
  • Oracle
  • BigQuery

Programming

  • PySpark
  • Java
  • Shell script
  • C++

Web Technology

  • Javascript
  • Bootstrap
  • CSS
  • PHP