#data-engineering
Read more stories on Hashnode
Articles with this tag
What is Database ? - it's a collection of data - can access and manipulate data - computerised data with an accessible interface SQL VS MYSQL SQL...
🗂️ Hive SerDe SerDe is short for Serializer/Deserializer. Hive uses the SerDe interface for IO. The interface handles both serialization and...
Create Database create database db_name; use db_name; Create Table Syntex create table table_name ...
What is Hive ? Hive is built on top of Apache Hadoop, which is an open-source framework used to efficiently store and process large datasets. As a...