Skip to content

database

aws database

AWS Database

Why Aws Database? Why not? Let us take a step back and know-how databases when databases weren’t offered and utilized were set up. Businesses used on servers that were in-house. They would have to employ… 

SQL

SQL Intro

The term SQL stands for Structured Query Language.  These days, data has become one of the most important areas of study and work. In fact, the digital world revolves around data completely. Services such as… 

JDBC Drivers

JDBC Drivers

The different types of drivers available in JDBC are listed below: JDBC Driver Types Description Type-1 Driver Referes to Bridge Driver (JDBC-ODBC bridge) Type-2 Driver Referes to a party java and partly native code driver… 

Hibernate in java

Hibernate in java

Hibernate is an Object-Relational Mapping (ORM) framework that is used to map an object-oriented domain model to a relational database. Initially, the developers used Structured Query Language (SQL) to query and retrieve data from a…