Basic Informatica Tutorial
Thursday, December 12, 2024
Introduction to IICS
›
IICS stands for Informatica Intelligent Cloud Services. It is a cloud-based platform that can be accessed by using a web browser. It is used...
Thursday, November 7, 2024
Date Functions in SQL
›
Select Getdate() as CurrentDate; Select Getdate() -1 PreviousDate; Select Getdate() +1 NextDate; Select DATEADD(dd,1,getdate()) as NextDate;...
Sunday, February 19, 2023
SUBQUERIES PRACTISE QUESTIONS
›
1. Write a SQL query to find those employees who receive a higher salary than the employee with ID 7369. SELECT * FROM EMP WHERE SAL > (...
Tuesday, March 24, 2020
Teradata
›
Teradata is used for massive parllel processing(MPP). There are 4 different components of teradata i,e Node, Parsing engine, Message passin...
Friday, March 6, 2020
Vi Editor
›
VI EDITOR :- -------------- VI editor is case sensitive, used in two modes Command mode and Insert mode. By default it starts in command m...
Monday, August 5, 2019
Unix Interview Questions
›
* Command to get Header in unix 'Head' is used to get header in a file * Command to check the status of your job 'Jobs...
Tuesday, July 30, 2019
Basic unix commands
›
Basic unix commands :- -------------------------- * Man command: It will gives DESCRIPTION and options how to use any command. eg:- ...
‹
›
Home
View web version