
Data Engineering Roadmap
How to get a data engineering Job?
Search for a command to run...

How to get a data engineering Job?
Use cases Suitable if the pipeline runs infrequently. Assume the scenario if files are loaded in same directory everyday. If not used processed and yet to process folder. Steps to implement List the current files in directory create database if...
When to choose List comprehension and generator expression?

Pre-requisites: Postgres database Python step -1 pip install psycopg2-binary step -2 postgres credentials host='localhost' dbname='practice_db' username='postgres' password=123456 port=5432 step -3 import the pscopg2 module and use the connect ...

Java JDBC connection

In google sheets, how to add multiple values in same cell using drop down

java oops

java basics

Relational Database Management Systems (RDBMS) works based on the ACID properties. Letβs dive into each of these properties: Transaction refers to a logical unit of work that performs one or more database operations Atomicity All or nothing A tr...