Basic Informatica Tutorial

Thursday, July 31, 2025

Different types of indexes in SQL Server and Oracle

›
* What are the different types of indexes in Sql server and Oracle? Identify the differences. In SQL Server and Oracle, indexes are crucial ...
Wednesday, July 30, 2025

Oracle and SQL Server Functions differences

›
Oracle—Function Syntax: ------------------------------- CREATE OR REPLACE FUNCTION function_name ( param1 IN datatype, param2 IN datatype ) ...
Thursday, July 24, 2025

Oracle and SQL Server Triggers differences

›
Oracle and SQL Server Triggers differences ORACLE: -------------- CREATE OR REPLACE TRIGGER trigger_name AFTER INSERT ON table_name FOR EACH...

Oracle and SQL Server stored procedures differences

›
There are syntactical and functional differences between Oracle and SQL Server when it comes to writing stored procedures.  Both use differe...
Sunday, March 9, 2025

Partitioning

›
Hive organizes the tables into partitions, and partitions are subdivided into buckets. ALTER TABLE table_name ADD [IF NOT EXISTS] PARTITION ...

Create, Alter, Drop Databases and Tables

›
CREATE DATABASE [IF NOT EXISTS] userdb; DROP DATABASE IF EXISTS userdb; IF NOT EXISTS : This is a optional clause we are using to remove the...

Data Types

›
Data types in Hadoop are classified into 4 types - Column Types - Literals - Null Values - Complex Types When the data range exceeds the ran...
‹
›
Home
View web version

About Me

Latest Updates
View my complete profile
Powered by Blogger.